-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
61 lines (61 loc) · 1.5 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
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "nodeguard",
"version": "0.7.3",
"description": "Conceal Node Guard",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"package": "ncc build index.js -m -o dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ConcealNetwork/conceal-guardian.git"
},
"keywords": [
"conceal",
"cryptocurrency",
"guardian",
"daemon",
"node"
],
"author": "Taegus",
"license": "MIT",
"bugs": {
"url": "https://github.com/ConcealNetwork/conceal-guardian/issues"
},
"homepage": "https://github.com/ConcealNetwork/conceal-guardian#readme",
"dependencies": {
"axios": "^1.6.7",
"command-line-args": "^6.0.0",
"command-line-usage": "^7.0.1",
"conceal-api": "^0.8.6",
"download-github-release": "^0.3.2",
"execa": "^9.2.0",
"express": "^4.18.1",
"express-rate-limit": "^7.1.5",
"extract-zip": "^2.0.1",
"geoip2-api": "^1.0.2",
"inquirer": "^12.4.1",
"linux-os-info": "^2.0.0",
"moment": "^2.29.4",
"nodemailer": "^6.8.0",
"object-path": "^0.11.8",
"pure-uuid": "^1.6.2",
"read-last-lines": "^1.8.0",
"request": "^2.88.2",
"string-template": "^1.0.0",
"tar": "^7.0.0",
"username": "^7.0.0",
"xmlbuilder": "^15.1.1",
"dompurify": "^3.2.4"
},
"jshintConfig": {
"expr": true,
"esversion": 8
},
"devDependencies": {
"@babel/plugin-syntax-top-level-await": "^7.14.5",
"esbuild": "^0.25.0"
}
}