Skip to content

Commit

Permalink
Upload generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
jayly-bot authored Aug 11, 2023
1 parent be58749 commit 6108ca7
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 49 deletions.
26 changes: 13 additions & 13 deletions legacyPackages.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"packages": [
"chat-rank",
"dimensions",
"get-scores",
"is-host",
"is-operator",
"lz-string",
"remove-permission",
"run-command-async",
"set-permission",
"shopui"
]
}
"packages": [
"chat-rank",
"dimensions",
"get-scores",
"is-host",
"is-operator",
"lz-string",
"remove-permission",
"run-command-async",
"set-permission",
"shopui"
]
}
72 changes: 36 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,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.5.0-beta.1.20.20-preview.23",
"@minecraft/server-admin": "1.0.0-beta.1.20.20-preview.23",
"@minecraft/server-editor": "0.1.0-beta.1.20.20-preview.23",
"@minecraft/server-gametest": "1.0.0-beta.1.20.20-preview.23",
"@minecraft/server-net": "1.0.0-beta.1.20.20-preview.23",
"@minecraft/server-ui": "1.2.0-beta.1.20.20-preview.23",
"@minecraft/vanilla-data": "1.20.20-preview.22"
},
"devDependencies": {
"@npm/types": "^1.0.2",
"@types/node": "^20.4.5",
"@types/parsimmon": "^1.10.6",
"axios": "^1.4.0",
"parsimmon": "^1.18.1",
"typescript": "^5.1.6"
}
"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.5.0-beta.1.20.20-preview.23",
"@minecraft/server-admin": "1.0.0-beta.1.20.20-preview.23",
"@minecraft/server-editor": "0.1.0-beta.1.20.20-preview.23",
"@minecraft/server-gametest": "1.0.0-beta.1.20.20-preview.23",
"@minecraft/server-net": "1.0.0-beta.1.20.20-preview.23",
"@minecraft/server-ui": "1.2.0-beta.1.20.20-preview.23",
"@minecraft/vanilla-data": "1.20.20-preview.22"
},
"devDependencies": {
"@npm/types": "^1.0.2",
"@types/node": "^20.4.5",
"@types/parsimmon": "^1.10.6",
"axios": "^1.4.0",
"parsimmon": "^1.18.1",
"typescript": "^5.1.6"
}
}

0 comments on commit 6108ca7

Please sign in to comment.