{
  "name": "megatar",
  "description": "Create full offline Helm chart packages.",
  "version": "1.2.1",
  "author": "Felipe Santos @felipecassiors",
  "homepage": "https://github.com/felipecassiors/megatar#readme",
  "repository": "felipecassiors/megatar",
  "license": "MIT",
  "bugs": "https://github.com/felipecassiors/megatar/issues",
  "keywords": [
    "oclif"
  ],
  "main": "lib/index.js",
  "bin": {
    "megatar": "./bin/run"
  },
  "scripts": {
    "postpack": "rm -f oclif.manifest.json",
    "posttest": "eslint . --ext .ts",
    "prepack": "rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme",
    "test": "nyc jest",
    "test:unit": "jest --testPathIgnorePatterns test/commands ",
    "test:e2e": "jest --testPathPattern test/commands",
    "version": "oclif-dev readme && git add README.md",
    "release": "semantic-release",
    "cz": "cz"
  },
  "dependencies": {
    "@oclif/command": "^1.8.0",
    "@oclif/config": "^1.17.0",
    "@oclif/plugin-autocomplete": "^0.3.0",
    "@oclif/plugin-help": "^3.2.1",
    "@oclif/plugin-not-found": "^1.2.4",
    "chalk": "^4.1.0",
    "execa": "^5.0.0",
    "js-yaml": "^4.0.0",
    "jsonpath-plus": "^5.0.4",
    "listr": "^0.14.3",
    "lodash": "^4.17.20",
    "shelljs": "^0.8.4",
    "tslib": "^2.0.3"
  },
  "devDependencies": {
    "@commitlint/cli": "^12.0.1",
    "@commitlint/config-conventional": "^12.0.1",
    "@istanbuljs/nyc-config-typescript": "^1.0.1",
    "@oclif/dev-cli": "^1.26.0",
    "@semantic-release/changelog": "^5.0.1",
    "@semantic-release/git": "^9.0.0",
    "@types/common-tags": "^1.8.0",
    "@types/jest": "^26.0.19",
    "@types/js-yaml": "^4.0.0",
    "@types/listr": "^0.14.2",
    "@types/lodash": "^4.14.167",
    "@types/node": "^10.17.49",
    "@types/shelljs": "^0.8.8",
    "@types/tmp": "^0.2.0",
    "@typescript-eslint/eslint-plugin": "^4.11.0",
    "@typescript-eslint/parser": "^4.11.0",
    "commitizen": "^4.2.2",
    "common-tags": "^1.8.0",
    "conventional-changelog-conventionalcommits": "^4.5.0",
    "cz-conventional-changelog": "^3.2.0",
    "eslint": "^7.6.0",
    "eslint-config-prettier": "^8.1.0",
    "get-bin-path": "^5.1.0",
    "husky": "^4.2.5",
    "jest": "^26.6.3",
    "nyc": "^15.1.0",
    "prettier": "^2.2.1",
    "semantic-release": "^17.3.0",
    "tmp": "^0.2.1",
    "ts-jest": "^26.4.4",
    "ts-node": "^9.1.1",
    "typescript": "^4.1.3"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "volta": {
    "node": "14.16.1",
    "npm": "7.9.0"
  },
  "workspaces": [
    "website"
  ],
  "files": [
    "/bin",
    "/lib",
    "/npm-shrinkwrap.json",
    "/oclif.manifest.json"
  ],
  "types": "lib/index.d.ts",
  "oclif": {
    "commands": "./lib/commands",
    "bin": "megatar",
    "plugins": [
      "@oclif/plugin-help",
      "@oclif/plugin-not-found",
      "@oclif/plugin-autocomplete"
    ]
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
