{
  "name": "@arethetypeswrong/cli",
  "version": "0.18.2",
  "description": "A CLI tool for arethetypeswrong.github.io",
  "author": "Andrew Branch & ej-shafran",
  "contributors": [
    {
      "name": "Andrew Branch",
      "url": "https://github.com/andrewbranch"
    },
    {
      "name": "ej-shafran",
      "url": "https://github.com/ej-shafran"
    }
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/arethetypeswrong/arethetypeswrong.github.io.git",
    "directory": "packages/cli"
  },
  "files": [
    "LICENSE",
    "dist/**/*.js",
    "dist/**/*.js.map",
    "dist/**/*.d.ts"
  ],
  "bin": {
    "attw": "./dist/index.js"
  },
  "exports": {
    "./package.json": "./package.json",
    "./internal/getExitCode": "./dist/getExitCode.js",
    "./internal/render": "./dist/render/index.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "devDependencies": {
    "@types/marked": "^5.0.0",
    "@types/marked-terminal": "^3.1.3",
    "@types/node": "^22.5.0",
    "@types/semver": "^7.5.3",
    "ts-expose-internals": "5.6.1-rc"
  },
  "dependencies": {
    "chalk": "^4.1.2",
    "cli-table3": "^0.6.3",
    "commander": "^10.0.1",
    "marked": "^9.1.2",
    "marked-terminal": "^7.1.0",
    "semver": "^7.5.4",
    "@arethetypeswrong/core": "0.18.2"
  },
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "tsc": "tsc -b",
    "local:install": "npm install -g .",
    "local:uninstall": "npm uninstall -g @arethetypeswrong/cli",
    "test": "tsc -b test && node --test \"test/dist/**/*.test.js\""
  }
}