-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 960 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "cloudfinger",
"version": "1.0.230620.2",
"description": "webfinger cloudflare worker",
"scripts": {
"format": "prettier --write .",
"lint": "eslint --max-warnings=0 src && prettier --check .",
"start": "wrangler dev",
"deploy": "wrangler deploy"
},
"author": "Marc Brooks <[email protected]>",
"license": "MIT",
"keywords": [
"cloudflare",
"workers",
"webfinger",
"mastodon"
],
"eslintConfig": {
"root": true,
"extends": [
"typescript",
"prettier"
]
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230518.0",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-typescript": "^3.0.0",
"prettier": "^2.8.8",
"typescript": "^5.1.3",
"wrangler": "^3.1.1"
},
"dependencies": {
"itty-router": "^4.0.11"
}
}