2019-09-27 10:39:03 +00:00
|
|
|
{
|
2021-03-26 08:17:13 +00:00
|
|
|
"name": "@ccms/polyfill",
|
2022-10-14 06:12:02 +00:00
|
|
|
"version": "0.24.3",
|
2021-03-26 08:17:13 +00:00
|
|
|
"description": "MiaoScript polyfill package",
|
2019-09-27 10:39:03 +00:00
|
|
|
"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",
|
2020-02-19 10:56:02 +00:00
|
|
|
"watch": "tsc --watch",
|
|
|
|
"build": "yarn clean && tsc",
|
2019-09-27 10:39:03 +00:00
|
|
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-07-16 23:13:54 +00:00
|
|
|
"@ccms/i18n": "^0.24.2",
|
|
|
|
"@ccms/nodejs": "^0.24.2",
|
2022-11-21 06:29:17 +00:00
|
|
|
"core-js": "^3.26.1"
|
2022-05-14 02:45:06 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-07-16 23:13:54 +00:00
|
|
|
"@ccms/nashorn": "^0.24.2",
|
2022-05-14 02:45:06 +00:00
|
|
|
"reflect-metadata": "^0.1.13",
|
|
|
|
"rimraf": "^3.0.2",
|
2022-11-21 06:29:17 +00:00
|
|
|
"typescript": "^4.9.3"
|
2019-09-27 10:39:03 +00:00
|
|
|
}
|
2020-06-23 08:15:17 +00:00
|
|
|
}
|