ms/packages/polyfill/package.json

28 lines
737 B
JSON
Raw Normal View History

{
"name": "@ccms/polyfill",
2023-08-16 03:50:54 +00:00
"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",
2023-10-19 09:24:52 +00:00
"files": [
"dist"
],
"scripts": {
"clean": "rimraf dist",
"watch": "tsc --watch",
2023-10-25 03:29:01 +00:00
"build": "pnpm clean && tsc",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
2023-08-16 03:50:54 +00:00
"@ccms/i18n": "^0.28.0-beta.3",
"@ccms/nodejs": "^0.28.0-beta.3",
2023-09-12 03:50:38 +00:00
"core-js": "^3.32.2"
},
"devDependencies": {
2023-10-25 03:29:01 +00:00
"@ccms/nashorn": "^0.28.0-beta.3"
}
2020-06-23 08:15:17 +00:00
}