-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 836 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 836 Bytes
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
{
"name": "portproxy-tui",
"version": "0.0.2",
"description": "",
"main": "src/index.js",
"scripts": {
"start": "npx ts-node src/index.ts connect ty48Mg1bGTzVROetLLGcdHzaQ2b7eXQuJp4UGQyeAcmN8bU3x8DeiafJUxtx",
"dev": "nodemon",
"build": "npm run clean && npx tsc --build",
"clean": "rimraf dist",
"help": "npx ts-node src/index.ts --help",
"compile": "npm run build && rimraf out && npx pkg dist/index.js --out-path out",
"host": "npx ts-node src/index.ts host 127.0.0.1:25565"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/yargs": "^17.0.24",
"nodemon": "^3.0.1",
"pkg": "^5.8.1",
"rimraf": "^5.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
},
"dependencies": {
"portproxy.js": "^0.0.4",
"yargs": "^17.7.2"
}
}