forked from JaylyDev/ScriptAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.18 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.18 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
{
"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",
"dependencies": {
"@minecraft/server": "1.9.0-beta.1.20.60-preview.23",
"@minecraft/server-admin": "1.0.0-beta.1.20.60-preview.23",
"@minecraft/server-editor": "0.1.0-beta.1.20.60-preview.23",
"@minecraft/server-gametest": "1.0.0-beta.1.20.60-preview.23",
"@minecraft/server-net": "1.0.0-beta.1.20.60-preview.23",
"@minecraft/server-ui": "1.2.0-beta.1.20.60-preview.23",
"@minecraft/vanilla-data": "1.20.60-preview.23"
},
"devDependencies": {
"@npm/types": "^1.0.2",
"@types/node": "^20.10.4",
"@types/parsimmon": "^1.10.9",
"axios": "^1.6.2",
"parsimmon": "^1.18.1",
"typescript": "^5.3.3"
}
}