-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 782 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 782 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
31
{
"name": "bdsx-project",
"version": "1.0.0",
"description": "bdsx project",
"private": true,
"main": "./launcher.js",
"author": "YOU!",
"scripts": {
"postinstall": "cd bdsx&npm i",
"lint-bdsx": "eslint",
"tsc-no-emit": "tsc --noEmit",
"watch": "tsc -w",
"build": "tsc",
"enumgen": "ts-node ./bdsx/bdsx/minecraft_impl/enumgen"
},
"dependencies": {
"node-html-parser": "^4.1.4",
"progress": "^2.0.3",
"ts-node": "^10.2.1",
"tslib": "^2.3.1",
"typescript": "^4.3.5"
},
"devDependencies": {
"@types/node": "^12.20.20",
"@types/progress": "^2.0.5",
"eslint": "^7.32.0",
"eslint-plugin-github": "^4.2.0",
"eslint-plugin-import": "2.24.0 || ^2.24.2",
"eslint-plugin-unused-imports": "^1.1.4"
}
}