{ "name": "@ccms/polyfill", "version": "0.27.6", "description": "MiaoScript polyfill package", "author": "MiaoWoo ", "homepage": "https://github.com/circlecloud/ms.git", "license": "ISC", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "clean": "rimraf dist", "watch": "tsc --watch", "build": "yarn clean && tsc", "test": "echo \"Error: run tests from root\" && exit 1" }, "dependencies": { "@ccms/i18n": "^0.27.6", "@ccms/nodejs": "^0.27.6", "core-js": "^3.27.2" }, "devDependencies": { "@ccms/nashorn": "^0.27.6", "reflect-metadata": "^0.1.13", "rimraf": "^4.1.2", "typescript": "^4.9.5" } }