{
  "name": "pi-codex-image-gen",
  "version": "0.1.10",
  "description": "Image generation for Pi using the ChatGPT Images 2.0 model.",
  "type": "module",
  "license": "Apache-2.0",
  "author": "Jose Mocito",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jvm/pi-mono.git",
    "directory": "packages/pi-codex-image-gen"
  },
  "bugs": {
    "url": "https://github.com/jvm/pi-mono/issues"
  },
  "homepage": "https://github.com/jvm/pi-mono/tree/main/packages/pi-codex-image-gen#readme",
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi",
    "codex",
    "image-generation",
    "gpt-image-2"
  ],
  "exports": {
    ".": "./src/index.ts"
  },
  "files": [
    "index.ts",
    "extensions",
    "src",
    "skills",
    "README.md",
    "NOTICE",
    "LICENSE",
    "CHANGELOG.md",
    "SECURITY.md",
    "CONTRIBUTING.md",
    "CODE_OF_CONDUCT.md"
  ],
  "scripts": {
    "check": "tsc --noEmit",
    "typecheck": "tsc --noEmit",
    "pack:dry-run": "npm pack --dry-run"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "skills": [
      "./skills"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.75.4",
    "@earendil-works/pi-coding-agent": "^0.75.4",
    "typebox": "^1.1.33",
    "@types/node": "^25.6.2",
    "typescript": "^6.0.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=20.6.0"
  }
}
