{
  "name": "node-digitalocean",
  "version": "2.1.0",
  "description": "Node.js client for Digital Ocean API v2",
  "author": "Vijay Rangan",
  "homepage": "https://github.com/cloudforge/node-digitalocean",
  "repository": {
    "type": "git",
    "url": "https://github.com/cloudforge/node-digitalocean"
  },
  "main": "./dist/digitalocean.js",
  "types": "./dist/digitalocean.d.ts",
  "scripts": {
    "build:dist": "tsc && cp -r src/types dist/",
    "build:docs": "npx typedoc src/**/*.ts --plugin typedoc-plugin-markdown",
    "test": "mocha",
    "commit": "git-cz",
    "semantic-release": "semantic-release --branches main"
  },
  "files": [
    "dist/**/*"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cloudforge/node-digitalocean/issues"
  },
  "keywords": [
    "digital ocean",
    "digitalocean",
    "droplet",
    "cloud",
    "wrapper",
    "api",
    "babel",
    "es6"
  ],
  "dependencies": {
    "axios": "^0.24.0",
    "got": "^11.8.2",
    "lodash.isempty": "^4.4.0"
  },
  "devDependencies": {
    "@types/lodash.isempty": "^4.4.6",
    "@types/mocha": "^9.0.0",
    "@types/request": "^2.48.5",
    "chai": "^4.3.4",
    "cz-conventional-changelog": "^3.3.0",
    "expect": "^27.4.2",
    "handlebars": "^4.7.7",
    "mocha": "^8.4.0",
    "natives": "^1.1.6",
    "semantic-release": "^18.0.1",
    "should": "13.2.3",
    "ts-node": "^10.4.0",
    "typedoc": "^0.20.36",
    "typedoc-plugin-markdown": "^3.1.1",
    "typescript": "^4.2.4"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
