-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.43 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.43 KB
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
{
"name": "build-planner",
"version": "0.1.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "node --experimental-vm-modules --no-warnings node_modules/jest/bin/jest.js",
"lint": "concurrently tsc \"eslint -c eslint-full.config.mjs --max-warnings 0\"",
"build": "rimraf dist && tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json"
},
"keywords": [],
"author": "",
"license": "EUPL-1.2",
"devDependencies": {
"@eslint/js": "^9.23.0",
"@jest/globals": "^29.7.0",
"@total-typescript/ts-reset": "^0.6.1",
"@types/deep-equal": "^1.0.4",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.14",
"better-typescript-lib": "^2.11.0",
"concurrently": "^9.1.2",
"eslint": "^9.23.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-jsdoc": "^50.6.9",
"eslint-plugin-prettier": "^5.2.5",
"jest": "^29.7.0",
"prettier": "^3.5.3",
"prettier-plugin-organize-imports": "^4.1.0",
"rimraf": "^6.0.1",
"ts-jest": "^29.3.0",
"tsc-alias": "^1.8.13",
"tsx": "^4.19.3",
"type-fest": "^4.38.0",
"typescript": "^5.8.2",
"typescript-eslint": "^8.28.0",
"lua-ls-cc-tweaked": "nvim-computercraft/lua-ls-cc-tweaked"
},
"dependencies": {
"@datastructures-js/priority-queue": "^6.3.2",
"arktype": "2.1.15",
"deep-equal": "^2.2.3",
"minecraft-data": "^3.85.0",
"prismarine-nbt": "^2.7.0"
},
"type": "module"
}