mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-12-05 05:08:09 +08:00
47 lines
1.0 KiB
JSON
47 lines
1.0 KiB
JSON
{
|
|
"name": "@fesjs/utils",
|
|
"version": "3.0.0-rc.1",
|
|
"description": "@fesjs/utils",
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
|
|
"directory": "packages/fes-utils"
|
|
},
|
|
"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/generator": "^7.15.0",
|
|
"@babel/parser": "^7.15.0",
|
|
"@babel/traverse": "^7.15.0",
|
|
"chalk": "^4.1.2",
|
|
"chokidar": "^3.5.2",
|
|
"crequire": "^1.8.1",
|
|
"debug": "^4.3.2",
|
|
"deepmerge": "^4.2.2",
|
|
"glob": "^7.1.7",
|
|
"lodash": "^4.17.21",
|
|
"mkdirp": "^1.0.4",
|
|
"mustache": "^4.2.0",
|
|
"pkg-up": "^3.1.0",
|
|
"portfinder": "^1.0.28",
|
|
"resolve": "^1.20.0",
|
|
"rimraf": "^3.0.2",
|
|
"semver": "^7.3.5",
|
|
"yargs-parser": "^20.2.9"
|
|
}
|
|
}
|