{
  "name": "@launchtray/hatch-cli",
  "version": "0.23.0",
  "description": "",
  "bin": {
    "hatch": "./dist/index.js"
  },
  "typings": "./dist/index.d.ts",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@launchtray/tsyringe-async": "4.3.3",
    "@microsoft/rush": "^5.29.1",
    "@microsoft/rush-lib": "^5.86.0",
    "@sentry/types": "^5",
    "ansi-escapes": "^4",
    "chalk": "^3",
    "commander": "^4",
    "comment-json": "^3.0.3",
    "dotenv": "^8.2.0",
    "fs-extra": "^8",
    "inquirer": "^7",
    "ora": "^4",
    "replace-in-file": "^5",
    "tmp": "^0.2.1",
    "yaml": "2.0.0-3",
    "@launchtray/hatch-util": "0.23.0"
  },
  "devDependencies": {
    "@types/dotenv": "^8.2.0",
    "@types/fs-extra": "^8",
    "@types/node": "^18",
    "@types/tmp": "^0.2.0",
    "@typescript-eslint/eslint-plugin": "^5",
    "@typescript-eslint/parser": "^5",
    "eslint": "^8",
    "eslint-config-airbnb-base": "^15",
    "eslint-plugin-import": "^2",
    "eslint-plugin-jest": "^26",
    "rimraf": "3.0.0",
    "typescript": "4.9.5",
    "jest": "^29.7.0",
    "@babel/core": "^7.23.7",
    "supports-color": "^7.2.0",
    "@launchtray/hatch-eslint-config": "0.23.0"
  },
  "eslintIgnore": [
    "src/templates"
  ],
  "scripts": {
    "lint": "eslint --max-warnings=0 .",
    "lint:fix": "eslint --max-warnings=0 --fix .",
    "build": "rimraf dist && tsc",
    "build:watch": "tsc"
  }
}