@tendrock/core
Version:
The core package of the Tendrock system for Minecraft Bedrock Script API
31 lines (30 loc) • 729 B
JSON
{
"name": "@tendrock/core",
"version": "0.4.0-alpha.1.21.80-preview.25.0",
"main": "dist/core/index.js",
"description": "The core package of the Tendrock system for Minecraft Bedrock Script API",
"scripts": {
"tsc-core": "tsc",
"publish-core-alpha-latest": "npm publish --access public --tag latest"
},
"files": [
"dist",
"types/generated",
"tsconfig.json",
"!**/*.test.*",
"!**/test/**"
],
"keywords": [
"Minecraft",
"Bedrock",
"Addon",
"Script API",
"Tendrock"
],
"types": "types/generated/core",
"author": "QianShanyao",
"license": "MIT",
"peerDependencies": {
"@tendrock/ipc": "^0.3.0-alpha.1.21.70-stable.1"
}
}