{ "name": "@webank/fes", "version": "2.0.0", "description": "一个好用的前端管理台快速开发框架", "preferGlobal": true, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "files": [ "lib", "dist", "bin" ], "bin": { "fes": "./bin/fes.js" }, "main": "index.js", "module": "dist/index.esm.js", "author": "harrywan,qlin", "repository": { "type": "git", "url": "https://github.com/WeBankFinTech/fes.js.git" }, "license": "MIT", "keywords": [ "管理端", "fes", "fast", "easy", "strong" ], "dependencies": { "@webank/fes-plugin-built-in": "^2.0.0", "@webank/fes-core": "^2.0.0", "@webank/fes-runtime": "^2.0.0", "@umijs/utils": "3.2.24", "resolve-cwd": "^3.0.0" } }