fes.js/packages/fes-plugin-model/package.json
2021-03-01 15:14:13 +08:00

37 lines
797 B
JSON

{
"name": "@webank/fes-plugin-model",
"version": "2.0.0-rc.0",
"description": "@webank/fes-plugin-model",
"main": "lib/index.js",
"files": [
"lib"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
"directory": "packages/fes-plugin-model"
},
"keywords": [
"fes"
],
"author": "harrywan",
"license": "MIT",
"bugs": {
"url": "https://github.com/WeBankFinTech/fes.js/issues"
},
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@umijs/utils": "3.3.3"
},
"peerDependencies": {
"@webank/fes": "^2.0.0-alpha.0",
"vue": "3.0.5"
}
}