{
  "name": "@leizm/connect",
  "version": "1.7.0",
  "description": "现代的 Web 中间件基础框架，完美支持 TypeScript，构建可维护的大型 Web 项目。",
  "main": "dist/lib/index.js",
  "typings": "dist/lib/index.d.ts",
  "files": [
    "dist/lib"
  ],
  "scripts": {
    "test": "npm run lint && mocha \"src/test/**/*.ts\"",
    "test-cov": "nyc --reporter=lcov mocha \"src/test/**/*.ts\" && nyc report",
    "coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
    "clean": "rm -rf dist",
    "compile": "npm run clean && tsc",
    "prepublish": "npm run test && npm run compile",
    "lint": "prettier --write src/**/*.ts"
  },
  "nyc": {
    "extension": [
      ".ts"
    ],
    "exclude": [
      "**/*.d.ts"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/leizongmin/leizm-connect.git"
  },
  "keywords": [
    "connect"
  ],
  "author": "Zongmin Lei <leizongmin@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/leizongmin/leizm-connect/issues"
  },
  "homepage": "https://github.com/leizongmin/leizm-connect#readme",
  "dependencies": {
    "@types/cookie": "^0.3.1",
    "@types/cookie-signature": "^1.0.1",
    "@types/finalhandler": "0.0.32",
    "@types/node": "^9.6.1",
    "cookie": "^0.3.1",
    "cookie-signature": "^1.1.0",
    "finalhandler": "^1.1.1",
    "path-to-regexp": "^2.2.0"
  },
  "devDependencies": {
    "@types/body-parser": "^1.16.8",
    "@types/chai": "^4.1.2",
    "@types/connect": "^3.4.31",
    "@types/cookie-parser": "^1.4.1",
    "@types/mocha": "^5.0.0",
    "@types/serve-static": "^1.13.1",
    "@types/supertest": "^2.0.3",
    "@types/uws": "^0.13.2",
    "body-parser": "^1.18.2",
    "chai": "^4.1.2",
    "connect": "^3.6.6",
    "cookie-parser": "^1.4.3",
    "coveralls": "^3.0.0",
    "mocha": "^5.0.5",
    "nyc": "^11.6.0",
    "prettier": "^1.11.1",
    "serve-static": "^1.13.2",
    "supertest": "^3.0.0",
    "ts-node": "^5.0.1",
    "typescript": "^2.8.1",
    "uws": "^9.14.0"
  }
}
