{
  "name": "do-wrapper",
  "version": "4.5.1",
  "description": "Node.js Wrapper for Digital Ocean API v2",
  "author": "Matt Major",
  "homepage": "https://github.com/matt-major/do-wrapper",
  "repository": {
    "type": "git",
    "url": "https://github.com/matt-major/do-wrapper.git"
  },
  "main": "./dist/do-wrapper.js",
  "types": "./dist/do-wrapper.d.ts",
  "scripts": {
    "build:dist": "tsc && cp -r src/types dist/",
    "build:docs": "npx typedoc --plugin typedoc-plugin-markdown",
    "test": "mocha"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/matt-major/do-wrapper/issues"
  },
  "keywords": [
    "digital ocean",
    "digitalocean",
    "droplet",
    "cloud",
    "wrapper",
    "api",
    "babel",
    "es6"
  ],
  "dependencies": {
    "got": "^11.8.2"
  },
  "devDependencies": {
    "@types/request": "^2.48.5",
    "chai": "^4.3.4",
    "handlebars": "^4.7.7",
    "mocha": "^8.4.0",
    "natives": "^1.1.6",
    "should": "13.2.3",
    "typedoc": "^0.20.36",
    "typedoc-plugin-markdown": "^3.1.1",
    "typescript": "^4.2.4"
  }
}
