{
  "name": "ali-ons",
  "version": "3.12.2",
  "description": "Aliyun Open Notification Service Client",
  "main": "lib/index.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "pkgfiles": "egg-bin pkgfiles --check",
    "lint": "eslint . --ext .js",
    "test": "npm run lint && npm run test-local",
    "test-local": "TEST_TIMEOUT=120000 egg-bin test",
    "cov": "TEST_TIMEOUT=120000 egg-bin cov",
    "ci": "npm run pkgfiles && npm run lint && npm run cov"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ali-sdk/ali-ons.git"
  },
  "keywords": [
    "ons",
    "aliyun",
    "ali-sdk"
  ],
  "author": "gxcsoccer <gxcsoccer@126.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ali-sdk/ali-ons/issues"
  },
  "homepage": "https://github.com/ali-sdk/ali-ons#readme",
  "dependencies": {
    "address": "^1.1.2",
    "binary-search-insert": "^1.0.3",
    "byte": "^2.0.0",
    "bytes": "^3.1.0",
    "co-gather": "^1.0.1",
    "debug": "^4.3.1",
    "is-type-of": "^1.2.1",
    "JSON2": "^0.1.0",
    "long": "^4.0.0",
    "mkdirp": "^1.0.4",
    "mz-modules": "^2.1.0",
    "osenv": "^0.1.5",
    "sdk-base": "^3.6.0",
    "tcp-base": "^3.1.0",
    "utility": "^1.17.0"
  },
  "devDependencies": {
    "egg-bin": "^4.16.1",
    "eslint": "^7.25.0",
    "eslint-config-egg": "^9.0.0",
    "mm": "^3.2.0",
    "nyc": "^17.1.0",
    "urllib": "^2.37.1"
  },
  "engines": {
    "node": ">= 8.0.0"
  }
}
