{ "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" } }