mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-11-30 10:48:12 +08:00
39 lines
866 B
JSON
39 lines
866 B
JSON
{
|
|
"name": "@fesjs/compiler",
|
|
"version": "3.0.0-beta.3",
|
|
"description": "@fesjs/compiler",
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
|
|
"directory": "packages/fes-compiler"
|
|
},
|
|
"keywords": [
|
|
"fes"
|
|
],
|
|
"author": "qlin",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/WeBankFinTech/fes.js/issues"
|
|
},
|
|
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.16.7",
|
|
"@babel/preset-env": "^7.15.0",
|
|
"@babel/register": "^7.15.3",
|
|
"@fesjs/utils": "^3.0.0-beta.0",
|
|
"commander": "^7.0.0",
|
|
"dotenv": "8.2.0",
|
|
"joi": "17.3.0",
|
|
"readline": "^1.3.0",
|
|
"set-value": "3.0.2",
|
|
"tapable": "^2.2.0"
|
|
}
|
|
}
|