ms/packages/polyfill/package.json

28 lines
737 B
JSON

{
"name": "@ccms/polyfill",
"version": "0.28.0-beta.3",
"description": "MiaoScript polyfill package",
"author": "MiaoWoo <admin@yumc.pw>",
"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": "pnpm clean && tsc",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@ccms/i18n": "^0.28.0-beta.3",
"@ccms/nodejs": "^0.28.0-beta.3",
"core-js": "^3.32.2"
},
"devDependencies": {
"@ccms/nashorn": "^0.28.0-beta.3"
}
}