{
  "name": "codexpethub",
  "version": "0.1.0",
  "description": "CodexPetHub CLI — install custom OpenAI Codex pets with one command. Verifies sha256 against the public registry.",
  "keywords": [
    "codex",
    "openai-codex",
    "codex-pets",
    "pets",
    "spritesheet",
    "codexpethub",
    "ai-pets"
  ],
  "homepage": "https://codexpethub.com",
  "bugs": "https://github.com/CodexPetHub/CodexPetHub/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CodexPetHub/CodexPetHub.git",
    "directory": "packages/cli"
  },
  "license": "MIT",
  "author": {
    "name": "CodexPetHub",
    "url": "https://codexpethub.com"
  },
  "type": "module",
  "bin": {
    "codexpethub": "bin/codexpethub.js"
  },
  "files": [
    "bin",
    "dist",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "test": "tsc && node --test \"dist/tests/**/*.test.js\"",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run build"
  },
  "engines": {
    "node": ">=18"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "typescript": "^5.6.0"
  }
}
