{
  "name": "@eslint-config-snapshot/cli",
  "version": "1.3.2",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/gabrielmoreira/eslint-config-snapshot"
  },
  "homepage": "https://github.com/gabrielmoreira/eslint-config-snapshot#readme",
  "bugs": {
    "url": "https://github.com/gabrielmoreira/eslint-config-snapshot/issues"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "bin": {
    "eslint-config-snapshot": "dist/index.js"
  },
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "dependencies": {
    "@inquirer/prompts": "^8.2.0",
    "commander": "^14.0.3",
    "debug": "^4.4.3",
    "fast-glob": "^3.3.3",
    "@eslint-config-snapshot/api": "1.3.2"
  }
}