{ "name": "@ccms/nashorn", "version": "0.28.0-beta.8", "description": "MiaoScript nashorn package", "keywords": [ "miaoscript", "minecraft", "bukkit", "sponge" ], "author": "MiaoWoo ", "homepage": "https://github.com/circlecloud/ms.git", "license": "ISC", "main": "dist/index.js", "types": "dist/index.d.ts", "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" } }