egg-xc-base
Version:
a base framework with egg.js
68 lines (67 loc) • 1.4 kB
JSON
{
"name": "egg-xc-base",
"version": "1.2.8",
"description": "a base framework with egg.js",
"dependencies": {
"egg": "^2",
"egg-cors": "^2.1.2",
"egg-jwt": "^3.1.4",
"egg-mysql": "^3.0.0",
"egg-validate": "^2.0.2",
"egg-xc-error": "^1.0.0",
"egg-xc-redis": "^1.1.4",
"egg-xc-sso": "^1.0.8",
"fs": "^0.0.1-security",
"koa-compress": "^3.0.0",
"moment": "^2.22.2",
"underscore": "^1.9.1",
"uuid": "^3.3.2"
},
"devDependencies": {
"autod": "^3",
"autod-egg": "^1",
"egg-bin": "^4",
"egg-ci": "^1",
"egg-mock": "^4",
"eslint": "^7",
"eslint-config-egg": "^8.0.0"
},
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"test": "npm run lint -- --fix && egg-bin pkgfiles && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"lint": "eslint . --resolve-plugins-relative-to .",
"ci": "npm run lint && egg-bin pkgfiles --check && npm run cov",
"autod": "autod",
"pkgfiles": "egg-bin pkgfiles"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"egg",
"egg-framework",
"base",
"egg-xc",
"xc",
"egg-xc-base"
],
"author": "xudp",
"files": [
"app",
"config",
"lib",
"app.js",
"agent.js",
"index.js"
],
"eslintIgnore": [
"coverage",
"dist"
],
"license": "MIT"
}