{
  "name": "bamboo-sdk",
  "version": "0.19.0",
  "description": "Node.js client for Bamboo Api",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "mocha -r ts-node/register tests/**/*.spec.ts",
    "doc": "./node_modules/.bin/typedoc --out docs/ src/client.ts"
  },
  "author": "Ilbert Esculpi <ilbert@firstfactory.com>",
  "license": "ISC",
  "dependencies": {
    "axios": "^0.18.0"
  },
  "devDependencies": {
    "@types/chai": "^4.1.3",
    "@types/mocha": "^5.2.5",
    "@types/nock": "^9.1.3",
    "@types/node": "^10.0.2",
    "chai": "^4.1.2",
    "mocha": "^5.1.1",
    "nock": "^9.2.5",
    "ts-node": "^6.0.2",
    "typedoc": "^0.12.0",
    "typescript": "^2.8.3"
  }
}
