{
  "name": "@aeye/ginny",
  "version": "0.3.9",
  "description": "Ginny — CLI that turns natural-language requests into executable gin programs",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "ginny": "dist/index.js"
  },
  "scripts": {
    "build": "npm run clean && node esbuild.config.cjs",
    "dev": "tsx src/index.ts",
    "start": "tsx --conditions=source src/index.ts",
    "clean": "rimraf dist tsconfig.tsbuildinfo",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run build",
    "postinstall": "echo '\nGinny installed! Run \"ginny\" in any project directory to start.\nOn first run, a config.json template will be created — populate it with your provider API keys.\n'"
  },
  "keywords": [
    "cli",
    "ai",
    "gin",
    "agent",
    "code-generation"
  ],
  "author": "ClickerMonkey",
  "license": "GPL-3.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ClickerMonkey/aeye.git",
    "directory": "packages/ginny"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "aeye-*.md"
  ],
  "dependencies": {
    "@tavily/core": "^0.5.13",
    "mammoth": "^1.8.0",
    "node-html-markdown": "^1.3.0",
    "pdf-parse": "^1.1.1",
    "xlsx": "^0.18.5"
  },
  "optionalDependencies": {
    "puppeteer": "^24.0.0"
  },
  "devDependencies": {
    "@aeye/ai": "0.3.9",
    "@aeye/aws": "0.3.9",
    "@aeye/core": "0.3.9",
    "@aeye/gin": "0.3.9",
    "@aeye/models": "0.3.9",
    "@aeye/openai": "0.3.9",
    "@aeye/openrouter": "0.3.9",
    "@types/node": "^24.9.1",
    "@types/pdf-parse": "^1.1.0",
    "esbuild": "^0.26.0",
    "rimraf": "^6.1.2",
    "tsx": "^4.20.6",
    "typescript": "^5.9.3",
    "zod": "^4.1.12"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "homepage": "https://github.com/ClickerMonkey/aeye#readme",
  "bugs": {
    "url": "https://github.com/ClickerMonkey/aeye/issues"
  }
}
