mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-12-05 13:17:42 +08:00
23 lines
415 B
JSON
23 lines
415 B
JSON
{
|
|
"name": "@webank/fes-plugin-model",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@umijs/utils": "^3.2.24"
|
|
}
|
|
}
|