forked from bdsx/bdsx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 2.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"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",
"prettier-bdsx": "prettier --check .",
"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/eban": "file:plugins/eban",
"@bdsx/tps": "^1.0.0",
"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",
"semver": "^7.3.8",
"source-map": "~0.6.1",
"strip-json-comments": "^3.1.1",
"ts-node": "^10.4.0",
"tslib": "^2.3.1",
"typescript": "^5.2.2",
"unzipper": "^0.10.11",
"@bdsx/core": "file:plugins/core",
"@bdsx/ada_anticheat": "file:plugins/ada_anticheat",
"@bdsx/border": "file:plugins/border"
},
"devDependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@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/semver": "^7.3.13",
"@types/unzipper": "^0.10.4",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"eslint": "^8.31.0",
"eslint-plugin-github": "^4.6.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-unicorn": "^40.1.0",
"jszip": "^3.10.1",
"prettier": "^2.8.1"
}
}