fes.js/packages/fes/package.json
2020-12-30 14:25:14 +08:00

40 lines
913 B
JSON

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