{
  "name": "recess-cli",
  "version": "1.9.1",
  "description": "Safe Recess administration and family AI tools from the command line.",
  "license": "UNLICENSED",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tryrecess/monolith.git",
    "directory": "apps/admin-cli"
  },
  "type": "module",
  "bin": {
    "recess": "dist/index.js"
  },
  "files": [
    "dist/**/*.js",
    "!dist/**/*.test.js",
    "scripts/postinstall.mjs",
    "skill/recess-cli",
    "README.md"
  ],
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "ink": "^7.1.1",
    "openapi-fetch": "^0.14.0",
    "react": "^19.2.8"
  },
  "devDependencies": {
    "@types/node": "^24.10.0",
    "@types/react": "^19.2.18",
    "@typescript/native-preview": "7.0.0-dev.20251015.1",
    "esbuild": "^0.28.2",
    "openapi-typescript": "^7.8.0",
    "oxlint": "^1.28.0",
    "oxlint-tsgolint": "^0.6.0",
    "typescript": "^5.9.2",
    "vitest": "^1.6.0",
    "@tryrecess/typescript-config": "0.0.0"
  },
  "scripts": {
    "build": "tsc",
    "client:generate": "node scripts/generate-api-types.mjs",
    "typecheck": "tsgo --noEmit",
    "format": "oxfmt --ignore-path .oxfmtignore --check",
    "format:fix": "oxfmt --ignore-path .oxfmtignore",
    "lint": "oxlint --type-aware src/*.ts",
    "lint:fix": "oxlint --type-aware --fix src/*.ts",
    "test": "vitest run",
    "install-local": "pnpm run build && make install-local",
    "install-persistent": "pnpm run build && make install-persistent",
    "install-skill": "pnpm run build && node scripts/install-skill.mjs",
    "postinstall": "node scripts/postinstall.mjs"
  }
}