-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
41 lines (41 loc) · 1.23 KB
/
package.json
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
{
"name": "script-api",
"description": "this repository is filled with community driven scripts for Minecraft scripting",
"version": "1.0.0",
"scripts": {
"test": "tsc",
"build": "tsc --build",
"tools": "cd tools && tsc",
"ci": "cd scripts && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JaylyDev/ScriptAPI.git"
},
"keywords": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/JaylyDev/ScriptAPI/issues"
},
"homepage": "https://github.com/JaylyDev/ScriptAPI#readme",
"overrides": {
"@minecraft/server": "1.17.0-beta.1.21.50-preview.25",
"@minecraft/vanilla-data": "1.21.50-preview.25"
},
"dependencies": {
"@minecraft/server-admin": "1.0.0-beta.1.21.50-preview.25",
"@minecraft/server-editor": "0.1.0-beta.1.21.50-preview.25",
"@minecraft/server-gametest": "1.0.0-beta.1.21.50-preview.25",
"@minecraft/server-net": "1.0.0-beta.1.21.50-preview.25",
"@minecraft/server-ui": "1.4.0-beta.1.21.50-preview.25"
},
"devDependencies": {
"@minecraft/math": "^1.4.0",
"@npm/types": "^2.0.0",
"@types/node": "^22.8.4",
"@types/parsimmon": "^1.10.9",
"axios": "^1.7.7",
"parsimmon": "^1.18.1",
"typescript": "^5.6.3"
}
}