{
  "name": "@skorfmann/terraform-cloud",
  "description": "Terraform Cloud API wrapper",
  "version": "1.15.0",
  "license": "MIT",
  "files": [
    "dist-*/",
    "bin/"
  ],
  "pika": true,
  "sideEffects": false,
  "keywords": [
    "terraform",
    "api-client",
    "api-wrapper",
    "terraform-cloud"
  ],
  "homepage": "https://github.com/mijailr/terraform-cloud#readme",
  "bugs": {
    "url": "https://github.com/mijailr/terraform-cloud/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/skorfmann/terraform-cloud.git"
  },
  "dependencies": {
    "axios": "^0.21.1",
    "camelcase-keys": "^6.2.2"
  },
  "devDependencies": {
    "@commitlint/cli": "^11.0.0",
    "@commitlint/config-conventional": "^11.0.0",
    "@pika/pack": "^0.5.0",
    "@pika/plugin-build-node": "^0.9.0",
    "@pika/plugin-build-web": "^0.9.0",
    "@pika/plugin-ts-standard-pkg": "^0.9.0",
    "@types/jest": "^26.0.13",
    "@types/node": "^14.11.8",
    "@typescript-eslint/eslint-plugin": "^4.4.0",
    "@typescript-eslint/parser": "^4.4.0",
    "eslint": "^7.11.0",
    "eslint-config-prettier": "^6.11.0",
    "husky": ">=4.3.0",
    "jest": "^26.5.2",
    "lint-staged": ">=10.3.0",
    "nock": "^13.0.4",
    "nodemon": "^2.0.4",
    "prettier": "^2.1.1",
    "semantic-release": "^17.1.1",
    "semantic-release-plugin-update-version-in-files": "^1.0.0",
    "ts-jest": "^26.3.0",
    "ts-node": "^9.0.0",
    "typescript": "^4.0.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "source": "dist-src/index.js",
  "types": "dist-types/index.d.ts",
  "main": "dist-node/index.js",
  "module": "dist-web/index.js"
}
