Files
ms/packages/polyfill/package.json
2025-07-14 16:56:16 +08:00

30 lines
786 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": "workspace:*",
"@ccms/nodejs": "workspace:*",
"core-js": "^3.44.0"
},
"devDependencies": {
"@ccms/nashorn": "workspace:*"
}
}