generated from cheqd/.github
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.15 KB
/
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
{
"name": "validator-status",
"version": "2.0.2",
"license": "Apache-2.0",
"main": "src/index.ts",
"author": "Cheqd Foundation Limited (https://github.com/cheqd)",
"repository": "https://github.com/cheqd/validator-status.git",
"bugs": {
"url": "https://github.com/cheqd/validator-status/issues"
},
"homepage": "https://github.com/cheqd/validator-status#readme",
"private": true,
"scripts": {
"start": "npx wrangler dev",
"publish": "npx wrangler publish",
"format": "prettier --write 'src/**/*.{js,ts,cjs,mjs}'",
"lint": "eslint --max-warnings=0 src && prettier --check '*.{json,js}' 'src/**/*.{js,ts}'"
},
"dependencies": {
"itty-router": "^4.2.2"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240620.0",
"@types/node": "^20.14.5",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-typescript": "^3.0.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.3.2",
"typescript": "^4.9.5",
"wrangler": "^3.61.0"
},
"engines": {
"node": ">=20.0.0"
}
}