mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-05 03:05:07 +08:00
37 lines
899 B
JSON
37 lines
899 B
JSON
{
|
|
"name": "@fesjs/compiler",
|
|
"version": "3.0.4",
|
|
"description": "@fesjs/compiler",
|
|
"author": "qlin",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
|
|
"directory": "packages/fes-compiler"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/WeBankFinTech/fes.js/issues"
|
|
},
|
|
"keywords": [
|
|
"fes"
|
|
],
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.23.2",
|
|
"@babel/preset-env": "^7.23.2",
|
|
"@babel/register": "^7.22.15",
|
|
"@fesjs/utils": "^3.0.3",
|
|
"commander": "^7.0.0",
|
|
"dotenv": "8.2.0",
|
|
"joi": "17.3.0",
|
|
"tapable": "^2.2.0"
|
|
}
|
|
}
|