{
  "name": "sofa-lookout-node",
  "version": "1.2.1",
  "description": "SOFALookout Nodejs Client",
  "main": "index.js",
  "files": [
    "lib",
    "index.js"
  ],
  "scripts": {
    "autod": "autod",
    "lint": "eslint . --ext .js",
    "cov": "TEST_TIMEOUT=10000 egg-bin cov",
    "test": "npm run lint && npm run test-local",
    "test-local": "egg-bin test",
    "pkgfiles": "egg-bin pkgfiles --check",
    "ci": "npm run autod -- --check && npm run pkgfiles && npm run lint && npm run cov",
    "contributors": "contributors -f plain -o AUTHORS"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alipay/sofa-lookout-node.git"
  },
  "keywords": [
    "sofa",
    "lookout",
    "metrics",
    "nodejs"
  ],
  "author": "gxcsoccer <gxcsoccer@126.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/alipay/sofa-lookout-node/issues"
  },
  "homepage": "https://github.com/alipay/sofa-lookout-node#readme",
  "dependencies": {
    "address": "^1.0.3",
    "debug": "^3.1.0",
    "sdk-base": "^3.5.0",
    "snappyjs": "^0.6.0",
    "urllib": "^2.29.1",
    "utility": "^1.14.0"
  },
  "devDependencies": {
    "autod": "^3.0.1",
    "await-event": "^2.1.0",
    "beautify-benchmark": "^0.2.4",
    "benchmark": "^2.1.4",
    "contributors": "^0.5.1",
    "egg-bin": "^4.8.3",
    "egg-ci": "^1.8.0",
    "eslint": "^5.5.0",
    "eslint-config-egg": "^7.1.0",
    "mm": "^2.4.1",
    "mz-modules": "^2.1.0"
  },
  "engines": {
    "node": ">= 8.0.0"
  },
  "ci": {
    "version": "8, 10"
  }
}
