-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (25 loc) · 734 Bytes
/
package.json
File metadata and controls
26 lines (25 loc) · 734 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
{
"name": "nineteen_bot",
"version": "1.0.0",
"description": "",
"main": "src/main.ts",
"scripts": {
"dev:log": "npm run dev log=true",
"dev": "npx tsc && node ./dist/main.js lang=zh_cn",
"test:cmd_helper": "npx tsc && node ./dist/test/testCmdHelper.js debug=true",
"test:command": "npx tsc && node ./dist/test/testCmdManager.js debug=true",
"test:cmd_parser": "npx tsc && node ./dist/test/testCmdParser.js debug=true"
},
"author": "TAOtxi",
"type": "module",
"license": "ISC",
"dependencies": {
"cycle": "^1.0.3",
"fuzzy": "^0.1.3",
"inquirer": "^13.3.2",
"mineflayer": "^4.37.1",
"prismarine-viewer": "^1.33.0",
"readline": "^1.3.0",
"typescript": "^5.9.3"
}
}