UNPKG

@ic2/data

Version:

The data of the Industrial Craft 2 bedrock in Minecraft Bedrock Script API

32 lines (31 loc) 713 B
{ "name": "@ic2/data", "version": "0.4.0-alpha.1.0.0.beta-preview.1", "homepage": ".", "main": "dist/index.js", "description": "The data of the Industrial Craft 2 bedrock in Minecraft Bedrock Script API", "scripts": { "tsc-ic2-data": "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", "author": "QianShanyao", "license": "MIT", "devDependencies": { "typescript": "^5.8.3" } }