@tendrock/location-id
Version:
A location id lib under Tendrock ecosystem for Minecraft Bedrock Script API
37 lines (36 loc) • 1 kB
JSON
{
"name": "@tendrock/location-id",
"version": "0.1.1-alpha.1",
"description": "A location id lib under Tendrock ecosystem for Minecraft Bedrock Script API",
"main": "dist/index.js",
"scripts": {
"tsc": "tsc",
"npm-i": "npm i",
"publish-latest": "npm publish --access public --tag latest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AbbottMc/tendrock-location-id.git"
},
"keywords": [
"Minecraft", "Bedrock", "Edition", "Mod", "Addon", "Script", "API", "Lib", "Tendrock"
],
"author": "QianShanyao",
"license": "MIT",
"bugs": {
"url": "https://github.com/AbbottMc/tendrock-location-id/issues"
},
"homepage": "https://github.com/AbbottMc/tendrock-location-id#readme",
"files": [
"dist",
"types/generated",
"tsconfig.json",
"!**/*.test.*",
"!**/test/**"
],
"types": "types/generated",
"devDependencies": {
"typescript": "^5.8.3",
"@minecraft/server": "^2.0.0-beta.1.21.80-preview.27"
}
}