{ "name": "@ccms/nashorn", "version": "0.28.0-beta.3", "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" ], "scripts": { "clean": "rimraf dist", "watch": "tsc --watch", "build": "yarn clean && tsc", "test": "echo \"Error: run tests from root\" && exit 1" }, "devDependencies": { "reflect-metadata": "^0.1.13", "rimraf": "^4.4.1", "typescript": "^4.9.5" } }