ms/packages/polyfill/package.json

30 lines
798 B
JSON

{
"name": "@ccms/polyfill",
"version": "0.28.0-beta.10",
"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/**/*.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"
},
"dependencies": {
"@ccms/i18n": "^0.28.0-beta.10",
"@ccms/nodejs": "^0.28.0-beta.10",
"core-js": "^3.33.2"
},
"devDependencies": {
"@ccms/nashorn": "^0.28.0-beta.10"
}
}