{
  "name": "@mylinkpi/tablestore",
  "main": "index.js",
  "description": "TableStore SDK for JavaScript",
  "version": "5.5.3",
  "devDependencies": {
    "mocha": "^3.2.0",
    "coveralls": "^2.13.1",
    "mocha-lcov-reporter": "^1.3.0",
    "istanbul": "^0.4.5"
  },
  "dependencies": {
    "agentkeepalive": "^4.5.0",
    "buffer": "^6.0.3",
    "flatbuffers": "^24.3.25",
    "int64-buffer": "1.0.1",
    "protobufjs": "^6.11.4"
  },
  "directories": {
    "doc": "doc",
    "test": "test"
  },
  "scripts": {
    "test": "mocha test",
    "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/szxufan/aliyun-tablestore-nodejs-sdk.git"
  },
  "keywords": [
    "tablestore",
    "ots"
  ],
  "browser": {
    "./lib/util.js": "./lib/util-browser.js"
  },
  "author": "boxiao.wpl",
  "license": "Apache-2.0"
}
