UNPKG

create-mcpe-script-test

Version:

A tool to create simple MCBE-Script projects

38 lines 1.05 kB
{ "name": "create-mcpe-script-test", "version": "1.8.4", "description": "A tool to create simple MCBE-Script projects", "author": "@wuw.sh", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/wuw-shz/MCPE-Script-Creater" }, "homepage": "https://github.com/wuw-shz/MCPE-Script-Creater#readme", "bugs": { "url": "https://github.com/wuw-shz/MCPE-Script-Creater/issues" }, "keywords": [ "minecraft", "scripting", "addon", "mcpe" ], "type": "module", "scripts": { "start": "bun src/main.ts", "dev": "bun src/main.ts --watch", "compile": "bun build --compile --target=bun --minify --watch src/bun.ts --outfile 'dist/MCPE-Script-Creater.exe'" }, "bin": { "create-mcpe-script-test": "dist/MCPE-Script-Creater.exe" }, "devDependencies": { "@types/prompts": "latest", "@types/bun": "latest", "picocolors": "latest", "prompts": "latest", "ora": "latest", "bun": "latest" } }