fes.js/packages/fes-plugin-model/package.json
2021-01-04 21:19:11 +08:00

35 lines
771 B
JSON

{
"name": "@webank/fes-plugin-model",
"version": "1.0.0-0",
"description": "@webank/fes-plugin-model",
"main": "lib/index.js",
"files": [
"lib"
],
"module": "dist/index.esm.js",
"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",
"dependencies": {
"@umijs/utils": "3.3.3"
},
"peerDependencies": {
"vue": "^3.0.4",
"@webank/fes": "^2.0.0"
}
}