|
1 |
| -{ |
2 |
| - "name": "script-api", |
3 |
| - "description": "this repository is filled with community driven scripts for Minecraft scripting", |
4 |
| - "version": "1.0.0", |
5 |
| - "scripts": { |
6 |
| - "test": "tsc", |
7 |
| - "build": "tsc --build", |
8 |
| - "tools": "cd tools && tsc", |
9 |
| - "ci": "cd scripts && tsc" |
10 |
| - }, |
11 |
| - "repository": { |
12 |
| - "type": "git", |
13 |
| - "url": "git+https://github.com/JaylyDev/ScriptAPI.git" |
14 |
| - }, |
15 |
| - "keywords": [], |
16 |
| - "license": "MIT", |
17 |
| - "bugs": { |
18 |
| - "url": "https://github.com/JaylyDev/ScriptAPI/issues" |
19 |
| - }, |
20 |
| - "homepage": "https://github.com/JaylyDev/ScriptAPI#readme", |
21 |
| - "dependencies": { |
22 |
| - "@minecraft/server": "1.2.0-beta.1.19.80-preview.21", |
23 |
| - "@minecraft/server-admin": "1.0.0-beta.1.19.80-preview.21", |
24 |
| - "@minecraft/server-gametest": "1.0.0-beta.1.19.80-preview.21", |
25 |
| - "@minecraft/server-net": "1.0.0-beta.1.19.80-preview.21", |
26 |
| - "@minecraft/server-ui": "1.0.0-beta.1.19.80-preview.21" |
27 |
| - }, |
28 |
| - "devDependencies": { |
29 |
| - "@types/node": "^18.11.10", |
30 |
| - "@types/parsimmon": "1.10.6", |
31 |
| - "parsimmon": "1.18.1", |
32 |
| - "typescript": "^5.0.2" |
33 |
| - } |
34 |
| -} |
| 1 | +{ |
| 2 | + "name": "script-api", |
| 3 | + "description": "this repository is filled with community driven scripts for Minecraft scripting", |
| 4 | + "version": "1.0.0", |
| 5 | + "scripts": { |
| 6 | + "test": "tsc", |
| 7 | + "build": "tsc --build", |
| 8 | + "tools": "cd tools && tsc", |
| 9 | + "ci": "cd scripts && tsc" |
| 10 | + }, |
| 11 | + "repository": { |
| 12 | + "type": "git", |
| 13 | + "url": "git+https://github.com/JaylyDev/ScriptAPI.git" |
| 14 | + }, |
| 15 | + "keywords": [], |
| 16 | + "license": "MIT", |
| 17 | + "bugs": { |
| 18 | + "url": "https://github.com/JaylyDev/ScriptAPI/issues" |
| 19 | + }, |
| 20 | + "homepage": "https://github.com/JaylyDev/ScriptAPI#readme", |
| 21 | + "dependencies": { |
| 22 | + "@minecraft/server": "1.2.0-beta.1.19.80-preview.23", |
| 23 | + "@minecraft/server-admin": "1.0.0-beta.1.19.80-preview.23", |
| 24 | + "@minecraft/server-gametest": "1.0.0-beta.1.19.80-preview.23", |
| 25 | + "@minecraft/server-net": "1.0.0-beta.1.19.80-preview.23", |
| 26 | + "@minecraft/server-ui": "1.0.0-beta.1.19.80-preview.23" |
| 27 | + }, |
| 28 | + "devDependencies": { |
| 29 | + "@types/node": "^18.11.10", |
| 30 | + "@types/parsimmon": "1.10.6", |
| 31 | + "parsimmon": "1.18.1", |
| 32 | + "typescript": "^5.0.2" |
| 33 | + } |
| 34 | +} |
0 commit comments