{
  "name": "@react-grab/cli",
  "version": "0.1.37",
  "bin": {
    "react-grab": "./bin/cli.js"
  },
  "files": [
    "bin",
    "dist"
  ],
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/cli.d.ts",
      "import": "./dist/cli.js",
      "require": "./dist/cli.cjs"
    }
  },
  "dependencies": {
    "commander": "^14.0.3",
    "ignore": "^7.0.5",
    "jsonc-parser": "^3.3.1",
    "ora": "^9.4.0",
    "package-manager-detector": "^1.6.0",
    "picocolors": "^1.1.1",
    "prompts": "^2.4.2",
    "smol-toml": "^1.6.1",
    "tinyexec": "^1.1.2"
  },
  "devDependencies": {
    "@types/prompts": "^2.4.9",
    "vite-plus": "^0.1.20"
  },
  "scripts": {
    "dev": "vp pack --watch",
    "build": "rm -rf dist && NODE_ENV=production vp pack",
    "test": "vp test run",
    "test:watch": "vp test",
    "lint": "vp lint",
    "format": "vp fmt",
    "format:check": "vp fmt --check",
    "check": "vp check"
  }
}