{
  "name": "connection",
  "version": "1.5.0",
  "engines": {
    "node": ">= 8.0.0"
  },
  "description": "wrap for socket",
  "files": [
    "lib",
    "index.js",
    "index.d.ts"
  ],
  "dependencies": {
    "await-first": "^1.0.0",
    "pump": "^3.0.0",
    "sdk-base": "^3.5.1"
  },
  "devDependencies": {
    "@types/node": "20",
    "await-event": "^2.1.0",
    "egg-bin": "^4.7.1",
    "eslint": "^5.2.0",
    "eslint-config-egg": "^7.0.0",
    "git-contributor": "^2.1.5",
    "mm": "^2.2.2",
    "sofa-bolt-node": "^1.1.1"
  },
  "scripts": {
    "lint": "eslint . --ext .js",
    "cov": "egg-bin cov",
    "test": "npm run lint && npm run test-local",
    "test-local": "egg-bin test",
    "ci": "npm run lint && npm run cov",
    "contributor": "git-contributor"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/node-modules/connection.git"
  },
  "keywords": [
    "socket",
    "tcp",
    "connection"
  ],
  "author": "killagu <killa123@126.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/node-modules/connection/issues"
  },
  "homepage": "https://github.com/node-modules/connection#readme"
}
