-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 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
39
40
{
"name": "tsrp",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"server.dev": "node --import tsx src/index.ts --config server.example.yaml",
"client.dev": "node --import tsx src/index.ts --config client.example.yaml",
"tcp.test": "node --import tsx test/tcp.ts",
"tcp-reverse.test": "node --import tsx test/tcp-reverse.ts",
"tcp-long.test": "node --import tsx test/tcp-long.ts",
"udp.test": "node --import tsx test/udp.ts",
"udp-reverse.test": "node --import tsx test/udp-reverse.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BanKnight/tsrp.git"
},
"keywords": [
"revers",
"proxy"
],
"author": "bansky",
"license": "MIT",
"bugs": {
"url": "https://github.com/BanKnight/tsrp/issues"
},
"homepage": "https://github.com/BanKnight/tsrp#readme",
"devDependencies": {
"@types/node": "^20.11.24",
"typescript": "^5.3.3"
},
"dependencies": {
"@commander-js/extra-typings": "^12.0.1",
"commander": "^12.0.0",
"tsx": "^4.7.1",
"typebuffer": "^0.1.6",
"yaml": "^2.4.0"
}
}