fes.js/packages/fes-compiler/package.json

38 lines
847 B
JSON
Raw Normal View History

2020-08-27 17:18:57 +08:00
{
2020-12-30 14:25:14 +08:00
"name": "@webank/fes-compiler",
2021-01-04 21:28:50 +08:00
"version": "1.0.0",
2020-12-30 14:25:14 +08:00
"description": "@webank/fes-compiler",
2020-11-02 09:51:40 +08:00
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
2020-08-27 17:18:57 +08:00
"repository": {
"type": "git",
2021-01-04 20:32:44 +08:00
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
"directory": "packages/fes-compiler"
2020-08-27 17:18:57 +08:00
},
"keywords": [
2020-11-02 09:51:40 +08:00
"fes"
2020-08-27 17:18:57 +08:00
],
2021-01-04 20:32:44 +08:00
"author": "qlin",
2020-11-02 09:51:40 +08:00
"license": "MIT",
2021-01-04 20:32:44 +08:00
"bugs": {
"url": "https://github.com/WeBankFinTech/fes.js/issues"
},
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
2020-11-02 09:51:40 +08:00
"publishConfig": {
"access": "public"
2020-09-30 19:08:37 +08:00
},
"dependencies": {
2020-11-02 09:51:40 +08:00
"@babel/register": "^7.12.1",
2020-12-23 21:18:51 +08:00
"@umijs/babel-preset-umi": "3.3.3",
"@umijs/utils": "3.3.3",
2020-11-02 09:51:40 +08:00
"@webank/fes-runtime": "^2.0.0",
"dotenv": "8.2.0",
"joi": "17.3.0",
"set-value": "3.0.2",
"tapable": "2.0.0"
2020-08-27 17:18:57 +08:00
}
}