ms/packages/polyfill/package.json

22 lines
617 B
JSON

{
"name": "@ccms/polyfill",
"version": "0.20.0",
"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",
"scripts": {
"clean": "rimraf dist",
"watch": "tsc --watch",
"build": "yarn clean && tsc",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@ccms/i18n": "file:../i18n",
"@ccms/nodejs": "file:../nodejs",
"core-js": "^3.22.1"
}
}