-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.05 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.05 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
{
"name": "commander-api",
"version": "2.2.0",
"type": "module",
"author": "Nano191225, arutaka1220",
"license": "MIT",
"scripts": {
"build": "scriptup build --release",
"watch": "scriptup build --watch",
"test": "jest"
},
"dependencies": {
"@bedrock-oss/bedrock-boost": "^2.0.1",
"bedrock-eson": "^0.1.0",
"mc-chalk": "^1.0.2",
"script-box-mc": "^0.1.0",
"valibot": "^1.3.0"
},
"devDependencies": {
"@bedrock-apis/env-types": "1.0.0-beta.6",
"@minecraft/server": "2.7.0-beta.1.26.10-stable",
"@minecraft/server-gametest": "1.0.0-beta.1.26.10-stable",
"@minecraft/server-ui": "2.1.0-beta.1.26.10-stable",
"@nano191225/scriptup": "^1.5.0",
"@types/jest": "^30.0.0",
"jest": "^30.3.0",
"tsdown": "^0.21.4",
"typescript": "^5.9.3"
},
"keywords": [
"minecraft",
"minecraft-bedrock",
"minecraft-script-api",
"script-api"
],
"files": [
"pack_icon.png",
"manifest.json",
"scripts",
"structures",
"functions",
"LICENSE",
"README.md"
]
}