refactor: rename ployfill to polyfill
Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
28
packages/polyfill/package.json
Normal file
28
packages/polyfill/package.json
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "@ccms/polyfill",
|
||||
"version": "0.13.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": "^0.13.0",
|
||||
"@ccms/nodejs": "^0.13.0",
|
||||
"@ccms/nashorn": "^0.13.0",
|
||||
"core-js": "^3.7.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ccms/nashorn": "^0.13.0",
|
||||
"reflect-metadata": "^0.1.13",
|
||||
"rimraf": "^3.0.2",
|
||||
"typescript": "^4.0.5"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user