{
  "name": "hiveage",
  "version": "1.1.4",
  "description": "Hiveage node api client",
  "main": "src/index.js",
  "dependencies": {
    "axios": "^0.19.2",
    "dotenv": "^8.2.0"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.9.5",
    "jest": "^25.5.2",
    "nock": "^12.0.3",
    "superagent-mocker": "^0.5.2"
  },
  "scripts": {
    "test": "echo \"No test specified\"",
    "testDebug": "node --inspect-brk node_modules/.bin/jest --runInBand"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hiveage/api-nodejs-sdk.git"
  },
  "keywords": [
    "hiveage",
    "node",
    "client"
  ],
  "author": "Hiveage",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/hiveage/api-nodejs-sdk/issues"
  },
  "homepage": "https://github.com/hiveage/api-nodejs-sdk#readme",
  "presets": [
    "@babel/preset-env"
  ]
}
