Files
ms/packages/polyfill/package.json
2025-07-15 18:30:42 +08:00

27 lines
715 B
JSON

{
"name": "@ccms/polyfill",
"version": "0.28.0-beta.11",
"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"
}
}