Files
Construct-CN/package.json
T
wed150 136d5ffa3b
/ build (push) Has been cancelled
Start working at 1.2.0
2026-08-26 09:54:39 +08:00

12 lines
290 B
JSON

{
"type": "module",
"scripts": {
"test": "node --test \"test/**/*.test.js\""
},
"dependencies": {
"@minecraft/server": "2.10.0-beta.1.26.40-stable",
"@minecraft/server-ui": "2.2.0-beta.1.26.40-stable",
"@minecraft/debug-utilities": "1.0.0-beta.1.26.40-stable"
}
}