{ "name": "@webank/fes", "version": "1.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": "qlin", "repository": { "type": "git", "url": "git+https://github.com/WeBankFinTech/fes.js.git", "directory": "packages/fes" }, "license": "MIT", "bugs": { "url": "https://github.com/WeBankFinTech/fes.js/issues" }, "homepage": "https://github.com/WeBankFinTech/fes.js#readme", "keywords": [ "管理端", "fes", "fast", "easy", "strong" ], "dependencies": { "@webank/fes-preset-built-in": "^2.0.0", "@webank/fes-compiler": "^2.0.0", "@webank/fes-runtime": "^2.0.0", "@umijs/utils": "3.3.3", "resolve-cwd": "^3.0.0" } }