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

23 lines
415 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",
2020-12-10 16:55:17 +08:00
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"files": [
"lib"
],
"module": "dist/index.esm.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "MIT",
"peerDependencies": {
"@webank/fes": "^2.0.0"
2020-12-11 18:43:24 +08:00
},
"dependencies": {
"@umijs/utils": "^3.2.24"
2020-12-10 16:55:17 +08:00
}
}