mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
36 lines
740 B
JSON
36 lines
740 B
JSON
{
|
|
"name": "@webank/create-fes-app",
|
|
"version": "2.0.0-alpha.0",
|
|
"description": "@webank/create-fes-app",
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"lib",
|
|
"bin",
|
|
"templates"
|
|
],
|
|
"bin": {
|
|
"create-umi-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": {
|
|
"vue-router": "^4.0.1"
|
|
}
|
|
}
|