ms/packages/polyfill/package.json

28 lines
770 B
JSON
Raw Normal View History

{
"name": "@ccms/polyfill",
2021-03-27 03:38:56 +00:00
"version": "0.14.1",
"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": {
2021-03-27 03:38:56 +00:00
"@ccms/i18n": "^0.14.1",
2021-03-26 09:20:41 +00:00
"@ccms/nodejs": "^0.14.0",
"core-js": "^3.9.1"
},
"devDependencies": {
"@ccms/nashorn": "^0.14.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"typescript": "^4.2.3"
}
2020-06-23 08:15:17 +00:00
}