-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.65 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
{
"name": "bdsx-project",
"version": "1.0.0",
"description": "bdsx project",
"private": true,
"main": "./launcher.js",
"author": "YOU!",
"scripts": {
"postinstall": "ts-node ./bdsx/checkgate ./installer/installer ./bedrock_server",
"install_bds": "ts-node ./bdsx/checkgate ./installer/installer ./bedrock_server",
"lint-bdsx": "eslint bdsx --ext ts",
"tsc-no-emit": "tsc --noEmit",
"watch": "tsc -w",
"build": "tsc",
"newplugin": "ts-node ./bdsx/checkgate ./pluginmgr/new",
"plugin-manager": "ts-node ./bdsx/checkgate ./pluginmgr",
"shellprepare": "ts-node ./bdsx/shellprepare",
"checksymbols": "ts-node ./bdsx/checkgate ./checksymbols",
"pdbcachegen": "bedrock_server\\pdbcachegen.exe \"./bedrock_server/bedrock_server.exe\" \"./bedrock_server/pdbcache.bin\""
},
"dependencies": {
"bdsx": "file:bdsx",
"blessed": "^0.1.81",
"colors": "1.4.0 || ^1.4.3",
"follow-redirects": "^1.14.7",
"glob": "^7.2.0",
"node-html-parser": "^5.2.0",
"progress": "^2.0.3",
"source-map": "~0.6.1",
"strip-json-comments": "^3.1.1",
"ts-node": "^10.4.0",
"tslib": "^2.3.1",
"typescript": "^4.4.4",
"unzipper": "^0.10.11"
},
"devDependencies": {
"@types/blessed": "^0.1.19",
"@types/follow-redirects": "^1.13.1",
"@types/glob": "^7.2.0",
"@types/node": "^12.20.36",
"@types/progress": "^2.0.5",
"@types/unzipper": "^0.10.4",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"eslint-plugin-github": "~4.2.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-unicorn": "^40.1.0"
}
}