{
  "name": "@alicloud/ots2",
  "version": "2.1.0",
  "description": "OTS(2015-12-31) client for Node.js(ES6)",
  "main": "./index",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "lint": "eslint --fix lib/ test/",
    "test": "mocha -R spec test/*.test.js",
    "test-cov": "nyc -r=html -r=text -r=lcov mocha -t 3000 -R spec test/*.test.js",
    "test-integration": "mocha -R spec test/*.integration.js",
    "ci": "npm run lint && npm run test-cov && codecov"
  },
  "author": "Jackson Tian",
  "license": "MIT",
  "dependencies": {
    "debug": "^2.2.0",
    "httpx": "^2.0.0",
    "kitx": "^1.1.0",
    "protobufjs": "^5.0.0",
    "pegjs": "^0.10.0"
  },
  "devDependencies": {
    "codecov": "^3.5.0",
    "eslint": "^6.2.2",
    "expect.js": "^0.3.1",
    "mocha": "^4.0.1",
    "nyc": "^11.2.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ali-sdk/ots2.git"
  },
  "keywords": [
    "OTS",
    "OTS2",
    "Aliyun"
  ],
  "bugs": {
    "url": "https://github.com/ali-sdk/ots2/issues"
  },
  "homepage": "https://github.com/ali-sdk/ots2#readme",
  "files": [
    "lib",
    "spec",
    "index.js"
  ]
}
