{ "name": "@webank/fes", "version": "2.0.0-alpha.2", "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", "publishConfig": { "access": "public" }, "keywords": [ "管理端", "fes", "fast", "easy", "strong" ], "dependencies": { "@umijs/utils": "3.3.3", "@webank/fes-compiler": "^2.0.0-alpha.2", "@webank/fes-preset-built-in": "^2.0.0-alpha.2", "@webank/fes-runtime": "^2.0.0-alpha.2", "commander": "^6.2.1", "envinfo": "^7.7.3", "leven": "^3.1.0", "resolve-cwd": "^3.0.0" }, "engines": { "node": "^10.12.0 || ^12.0.0 || >= 14.0.0" } }