-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.47 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
{
"name": "netget",
"version": "2.5.82",
"description": "Rette Adepto/ Recibido Directamente.",
"type": "module",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node ./src/scripts/postInstall.js",
"doc": "jsdoc -c jsdoc.json"
},
"bin": {
"netget": "./src/netget.cli.js",
".get": "./src/netget.cli.js"
},
"keywords": [
"netget",
"gateway",
"networking",
"express-middleware",
"dynamic-routing",
"service-mesh",
"api-gateway",
"local-development",
"modular-network",
"nodejs"
],
"bugs": {
"url": "https://github.com/suiGn/netget/issues"
},
"dependencies": {
"chalk": "^5.3.0",
"commander": "^12.0.0",
"ejs": "^3.1.10",
"express": "^4.19.2",
"inquirer": "^9.2.17",
"morgan": "^1.10.0",
"node-fetch": "^3.3.2",
"pm2": "^5.3.1",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7",
"sudo-prompt": "^9.2.1",
"uuid": "^10.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/suiGn/netget.git"
},
"homepage": "https://www.npmjs.com/package/netget",
"docs": "https://suign.github.io/netget",
"author": "Sui Gn",
"license": "MIT License",
"repoType": "NPM Package",
"category": "utils"
}