egg/package.json
2020-09-08 08:36:22 +08:00

119 lines
2.9 KiB
JSON

{
"name": "egg",
"version": "1.21.0",
"description": "A web framework's framework for Node.js",
"keywords": [
"web",
"app",
"http",
"application",
"framework",
"middleware",
"koa",
"egg"
],
"dependencies": {
"@types/accepts": "^1.3.3",
"@types/koa": "^2.0.39",
"@types/koa-router": "^7.0.23",
"accepts": "^1.3.4",
"agentkeepalive": "^3.3.0",
"circular-json": "0.5.5",
"cluster-client": "^1.7.1",
"co": "^4.6.0",
"debug": "^3.1.0",
"delegates": "^1.0.0",
"egg-cluster": "^1.12.4",
"egg-cookies": "^2.2.1",
"egg-core": "^3.19.1",
"egg-development": "^1.3.2",
"egg-i18n": "^1.2.0",
"egg-jsonp": "^1.2.1",
"egg-logger": "^2.0.0",
"egg-logrotator": "^2.3.0",
"egg-multipart": "^1.5.1",
"egg-onerror": "^1.5.0",
"egg-schedule": "^2.6.0",
"egg-security": "^1.12.1",
"egg-session": "^2.1.1",
"egg-static": "^1.4.1",
"egg-view": "^1.1.2",
"egg-watcher": "^2.2.0",
"extend2": "^1.0.0",
"graceful": "^1.0.1",
"humanize-ms": "^1.2.1",
"is-type-of": "^1.2.0",
"koa-bodyparser": "^2.5.0",
"koa-is-json": "^1.0.0",
"koa-override": "^2.0.0",
"mime-types": "^2.1.17",
"ms": "^2.1.1",
"on-finished": "^2.3.0",
"sendmessage": "^1.1.0",
"urllib": "^2.25.1",
"utility": "^1.13.1",
"ylru": "^1.2.0"
},
"devDependencies": {
"address": "^1.0.3",
"autod": "^2.10.1",
"autod-egg": "^1.0.0",
"coffee": "^4.1.0",
"egg-alinode": "^1.0.3",
"egg-bin": "^4.3.5",
"egg-doctools": "^2.1.0",
"egg-mock": "^3.13.1",
"egg-plugin-puml": "^2.4.0",
"egg-tracer": "^1.1.0",
"egg-view-nunjucks": "^2.1.4",
"eslint": "^4.10.0",
"eslint-config-egg": "^5.1.1",
"findlinks": "^1.1.0",
"formstream": "^1.1.0",
"glob": "^7.1.2",
"koa-static": "^3.0.0",
"mz-modules": "^2.0.0",
"pedding": "^1.1.0",
"runscript": "^1.3.0",
"spy": "^1.0.0",
"supertest": "^3.0.0",
"ts-node": "^3.0.6",
"typescript": "^3.4.1",
"webstorm-disable-index": "^1.1.2"
},
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.js",
"lib",
"app",
"config",
"index.d.ts"
],
"scripts": {
"lint": "eslint app config lib test *.js",
"test": "npm run lint -- --fix && egg-bin pkgfiles && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov --timeout 100000",
"ci": "npm run lint && egg-bin pkgfiles --check && npm run cov",
"doc-server": "doctools server",
"doc-build": "doctools build",
"doc-deploy": "doctools deploy",
"autod": "autod",
"puml": "puml . --dest ./docs",
"commits": "./scripts/commits.sh"
},
"homepage": "https://github.com/eggjs/egg",
"repository": {
"type": "git",
"url": "https://github.com/eggjs/egg.git"
},
"engines": {
"node": ">= 6.0.0"
},
"publishConfig": {
"tag": "latest-1"
},
"license": "MIT"
}