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

35 lines
771 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-01-04 21:19:11 +08:00
"version": "1.0.0-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"
],
"module": "dist/index.esm.js",
"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",
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": {
"vue": "^3.0.4",
"@webank/fes": "^2.0.0"
2020-12-10 16:55:17 +08:00
}
}