{
  "name": "@useorgx/wizard",
  "version": "0.1.81",
  "description": "One-line CLI onboarding that adds OrgX MCP configs, skills, rules, and plugins to local AI tools.",
  "type": "module",
  "packageManager": "pnpm@10.7.1",
  "license": "MIT",
  "author": "OrgX Team <team@useorgx.com>",
  "bin": {
    "orgx-wizard": "dist/cli.js",
    "wizard": "dist/cli.js"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hopeatina/orgx-wizard.git"
  },
  "homepage": "https://useorgx.com",
  "bugs": {
    "url": "https://github.com/hopeatina/orgx-wizard/issues"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "scripts": {
    "build": "tsup && node scripts/upload-sentry.mjs",
    "dev": "tsx src/cli.ts",
    "smoke:opencode": "node scripts/smoke-opencode.mjs",
    "smoke:pack": "node scripts/smoke-pack.mjs",
    "test": "node scripts/run-tests.mjs",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@clack/prompts": "^1.2.0",
    "@iarna/toml": "^2.2.5",
    "@sentry/node": "10.65.0",
    "commander": "^14.0.1",
    "jsonc-parser": "3.3.1",
    "ora": "^8.2.0",
    "picocolors": "^1.1.1",
    "zod": "^4.0.0"
  },
  "optionalDependencies": {
    "keytar": "^7.9.0"
  },
  "devDependencies": {
    "@sentry/cli": "2.58.6",
    "@types/node": "^24.6.0",
    "tsup": "^8.5.0",
    "tsx": "^4.20.6",
    "typescript": "^5.9.3"
  }
}
