-
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 979 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 979 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
32
33
34
{
"name": "canopy",
"author": {
"name": "ForestOfLight",
"email": "forestpupoozzle@gmail.com"
},
"type": "module",
"bugs": {
"url": "https://github.com/ForestOfLight/Canopy/issues"
},
"license": "MIT",
"dependencies": {
"@minecraft/debug-utilities": "^1.0.0-beta.1.26.20-stable",
"@minecraft/server": "^2.8.0-beta.1.26.20-stable",
"@minecraft/server-gametest": "^1.0.0-beta.1.26.20-stable",
"@minecraft/server-ui": "^2.1.0-beta.1.26.20-stable"
},
"scripts": {
"test": "vitest run --config vitest.config.js --coverage",
"lint": "eslint . --fix",
"generate-wiki": "sh -c 'WIKI_PATH=${WIKI_PATH:-$1} npx vitest run --config vitest.wiki.config.js' --"
},
"devDependencies": {
"@eslint/compat": "^1.2.5",
"@eslint/js": "^9.19.0",
"@forestoflight/minecraft-vitest-mocks": "^1.0.5",
"@vitest/coverage-v8": "^3.0.4",
"axios": "^1.7.9",
"eslint": "^9.19.0",
"globals": "^15.14.0",
"strip-json-comments": "^5.0.1",
"vitest": "^3.0.1"
}
}