fes.js/packages/fes-plugin-model/package.json

37 lines
797 B
JSON
Raw Normal View History

2020-12-10 16:55:17 +08:00
{
2020-12-14 15:00:29 +08:00
"name": "@webank/fes-plugin-model",
2021-03-01 15:14:13 +08:00
"version": "2.0.0-rc.0",
2021-01-04 20:32:44 +08:00
"description": "@webank/fes-plugin-model",
2020-12-10 16:55:17 +08:00
"main": "lib/index.js",
"files": [
"lib"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
2021-01-04 20:32:44 +08:00
"repository": {
"type": "git",
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
"directory": "packages/fes-plugin-model"
},
"keywords": [
"fes"
],
"author": "harrywan",
2020-12-10 16:55:17 +08:00
"license": "MIT",
2021-01-04 20:32:44 +08:00
"bugs": {
"url": "https://github.com/WeBankFinTech/fes.js/issues"
},
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
"publishConfig": {
"access": "public"
},
2020-12-11 18:43:24 +08:00
"dependencies": {
2020-12-23 21:18:51 +08:00
"@umijs/utils": "3.3.3"
2020-12-31 16:10:30 +08:00
},
"peerDependencies": {
"@webank/fes": "^2.0.0-alpha.0",
2021-02-02 18:05:05 +08:00
"vue": "3.0.5"
2020-12-10 16:55:17 +08:00
}
}