|
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.20", |
23 | | - "@minecraft/server-admin": "1.0.0-beta.1.19.80-preview.20", |
24 | | - "@minecraft/server-gametest": "1.0.0-beta.1.19.80-preview.20", |
25 | | - "@minecraft/server-net": "1.0.0-beta.1.19.80-preview.20", |
26 | | - "@minecraft/server-ui": "1.0.0-beta.1.19.80-preview.20" |
27 | | - }, |
28 | | - "devDependencies": { |
29 | | - "@npm/types": "1.0.2", |
30 | | - "@types/node": "^18.11.10", |
31 | | - "@types/parsimmon": "1.10.6", |
32 | | - "axios": "1.3.4", |
33 | | - "parsimmon": "1.18.1", |
34 | | - "typescript": "^5.0.3" |
35 | | - } |
36 | | -} |
| 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 | + "@npm/types": "1.0.2", |
| 30 | + "@types/node": "18.15.11", |
| 31 | + "@types/parsimmon": "1.10.6", |
| 32 | + "axios": "1.3.4", |
| 33 | + "parsimmon": "1.18.1", |
| 34 | + "typescript": "5.0.3" |
| 35 | + } |
| 36 | +} |
0 commit comments