{ "name": "@ccms/common", "version": "0.28.0-beta.4", "description": "MiaoScript common package", "keywords": [ "miaoscript", "minecraft", "bukkit", "sponge" ], "author": "MiaoWoo ", "homepage": "https://github.com/circlecloud/ms.git", "license": "ISC", "main": "dist/index.js", "files": [ "dist/*.js", "dist/*.ts", "dist/*.map" ], "scripts": { "clean": "rimraf dist", "watch": "tsc --watch", "build": "pnpm clean && tsc", "test": "echo \"Error: run tests from root\" && exit 1" }, "devDependencies": { "@ccms/nashorn": "^0.28.0-beta.4", "@javatypes/jdk": "^0.0.3" }, "gitHead": "562e2d00175c9d3a99c8b672aa07e6d92706a027" }