-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.1 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": "port-forwarding-over-dht",
"version": "1.0.0",
"type": "module",
"author": "siberian-crystall",
"repository": {
"type": "git",
"url": "https://github.com/siberian-crystall/port-forwarding-over-dht.git"
},
"scripts": {
"start": "tsx src/index.ts",
"dev": "tsx src/index.ts --debug",
"lint": "npx eslint . || tsc --noEmit",
"lint-fix": "npx eslint . --fix",
"help": "tsx src/index.ts --help"
},
"dependencies": {
"@inquirer/prompts": "5.3.8",
"chalk": "4.1.2",
"commander": "12.1.0",
"hyperdht": "6.16.2",
"node-netstat": "1.9.0",
"ps-list": "8.1.1",
"zod": "3.23.8"
},
"devDependencies": {
"@eslint/js": "^8.57.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^20.12.11",
"@types/node-netstat": "^1.8.4",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^50.2.2",
"tsx": "^4.11.2",
"typescript": "^5.4.5",
"typescript-eslint": "^7.12.0"
}
}