{
  "name": "@cruncheevos/cli",
  "version": "0.2.0",
  "description": "Maintain achievement sets for RetroAchievements.org using JavaScript, an alternative to RATools",
  "keywords": [
    "retroachievements",
    "achievements",
    "cli"
  ],
  "homepage": "https://github.com/suXinjke/cruncheevos",
  "bugs": "https://github.com/suXinjke/cruncheevos/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/suXinjke/cruncheevos.git",
    "directory": "packages/cli"
  },
  "license": "MIT",
  "type": "module",
  "bin": {
    "cruncheevos": "./dist/bin.js"
  },
  "files": [
    "dist",
    "*.md"
  ],
  "scripts": {
    "build": "tsc --project tsconfig.build.json",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@commander-js/extra-typings": "^14.0.0",
    "@cruncheevos/core": "~0.2.0",
    "commander": "^14.0.3",
    "dotenv": "^17.4.1",
    "json-diff": "^1.0.6",
    "prompts": "^2.4.2",
    "table": "^6.9.0"
  },
  "devDependencies": {
    "@types/json-diff": "^1.0.3",
    "@types/prompts": "^2.4.9",
    "immer": "^11.1.4",
    "memfs": "^4.57.1",
    "msw": "^2.13.2"
  },
  "engines": {
    "node": ">=22.18"
  }
}