mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-12-03 04:07:57 +08:00
35 lines
707 B
JSON
35 lines
707 B
JSON
{
|
|
"name": "@fesjs/runtime",
|
|
"version": "2.0.0",
|
|
"description": "@fesjs/runtime",
|
|
"main": "dist/index.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
|
|
"directory": "packages/fes-runtime"
|
|
},
|
|
"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"
|
|
},
|
|
"peerDependencies": {
|
|
"vue": "^3.0.5"
|
|
},
|
|
"dependencies": {
|
|
"vue-router": "^4.0.1"
|
|
},
|
|
"module": "dist/index.esm.js"
|
|
}
|