-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.44 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
39
40
41
42
43
44
45
46
47
48
{
"name": "@shardus/monitor-client",
"version": "2.8.3",
"description": "",
"main": "entry.js",
"engines": {
"node": "18.19.1"
},
"scripts": {
"release": "np --any-branch --no-cleanup --no-tests --no-yarn --branch dev",
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "tsc -p .",
"prepare": "npm run compile",
"pretest": "npm run compile",
"lint": "eslint \"./public/**/*.ts\"",
"format-check": "prettier --check './public/**/*.ts'",
"format-fix": "prettier --write './public/**/*.ts'"
},
"repository": {
"type": "git",
"url": "git@github.com:shardeum/x-monitor-client.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"np": "8.0.4",
"gts": "3.1.1",
"prettier": "2.7.1",
"@types/node": "18.19.1",
"@types/node-fetch": "2.5.4",
"@types/socket.io": "2.1.11",
"@types/socket.io-client": "1.4.33",
"@typescript-eslint/eslint-plugin": "5.60.0",
"@typescript-eslint/typescript-estree": "5.60.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-no-unsanitized": "4.0.2",
"eslint-plugin-security": "1.7.1",
"eslint-plugin-xss": "0.1.12"
},
"dependencies": {
"eslint": "8.43.0",
"node-fetch": "2.6.8"
}
}