mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
30 lines
524 B
JSON
30 lines
524 B
JSON
{
|
|
"name": "@webank/fes-runtime",
|
|
"version": "2.0.0",
|
|
"description": "@webank/fes-runtime",
|
|
"main": "dist/index.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/WeBankFinTech/fes.js"
|
|
},
|
|
"keywords": [
|
|
"fes"
|
|
],
|
|
"sideEffects": false,
|
|
"authors": [],
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"peerDependencies": {
|
|
"vue": "^3.0.4"
|
|
},
|
|
"dependencies": {
|
|
"vue-router": "^4.0.1"
|
|
},
|
|
"module": "dist/index.esm.js"
|
|
}
|