{
  "name": "dreamhost",
  "version": "1.0.5",
  "description": "Complete DreamHost API client for Node.js",
  "main": "dreamhost.js",
  "scripts": {
    "test": "eslint . && jest",
    "autofix": "eslint . --fix",
    "build": "node src/scaffold.js && for codemod in src/codemods/*.js; do echo \"applying $codemod\"; jscodeshift --transform $codemod dist/*.js; done"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nfriedly/dreamhost.git"
  },
  "keywords": [
    "dreamhost",
    "api",
    "client",
    "domain",
    "registration",
    "hosting",
    "vps",
    "private",
    "server",
    "dns",
    "email"
  ],
  "author": "Nathan Friedly (http://www.nfriedly.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nfriedly/dreamhost/issues"
  },
  "homepage": "https://github.com/nfriedly/dreamhost#readme",
  "engines": {
    "node": ">=4"
  },
  "dependencies": {
    "isomorphic-fetch": "^2.2.1"
  },
  "devDependencies": {
    "camelcase": "^4.0.0",
    "ejs": "^2.5.6",
    "eslint": "^3.16.1",
    "eslint-config-google": "^0.7.1",
    "eslint-plugin-node": "^4.1.0",
    "jest": "^19.0.2",
    "jscodeshift": "^0.3.30",
    "pascal-case": "^2.0.0",
    "rimraf-promise": "^2.0.0"
  }
}