mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-05 11:18:54 +08:00
40 lines
969 B
JSON
40 lines
969 B
JSON
{
|
|
"name": "@fesjs/create-fes-app",
|
|
"version": "3.0.5",
|
|
"description": "create a app base on fes.js",
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"lib",
|
|
"bin",
|
|
"templates/**/*"
|
|
],
|
|
"bin": {
|
|
"create-fes-app": "bin/create-fes-app.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
|
|
"directory": "packages/create-fes-app"
|
|
},
|
|
"keywords": [
|
|
"fes"
|
|
],
|
|
"sideEffects": false,
|
|
"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": {
|
|
"@fesjs/utils": "^3.0.3",
|
|
"fs-extra": "^11.1.1",
|
|
"inquirer": "^7.3.3",
|
|
"readline": "^1.3.0",
|
|
"validate-npm-package-name": "^3.0.0"
|
|
}
|
|
}
|