mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
36 lines
715 B
JSON
36 lines
715 B
JSON
{
|
|
"name": "@fesjs/runtime",
|
|
"version": "3.0.0-beta.1",
|
|
"description": "@fesjs/runtime",
|
|
"main": "es/index.js",
|
|
"module": "es/index.js",
|
|
"files": [
|
|
"lib",
|
|
"es"
|
|
],
|
|
"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"
|
|
}
|
|
}
|