{
  "name": "elia-ai",
  "version": "0.1.5",
  "description": "A fast, autonomous coding agent for the terminal, with pluggable LLM providers.",
  "license": "AGPL-3.0-only",
  "type": "module",
  "files": [
    "bin",
    "src/**/*.ts",
    "src/**/*.tsx",
    "!src/**/*.test.ts",
    "!src/**/*.test.tsx",
    "src/**/*.js",
    "src/**/*.cjs",
    "src/vendor/PPTXGENJS-LICENSE.txt",
    "docs",
    ".env.example",
    "tsconfig.json"
  ],
  "overrides": {
    "uuid": "11.1.1"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/",
    "tag": "latest"
  },
  "homepage": "https://github.com/MdSahilMolla/elia",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MdSahilMolla/elia.git"
  },
  "bugs": {
    "url": "https://github.com/MdSahilMolla/elia/issues"
  },
  "engines": {
    "bun": ">=1.3.0"
  },
  "bin": {
    "elia": "bin/elia.ts"
  },
  "scripts": {
    "dev": "bun run bin/elia.ts",
    "react": "bun run src/react_server.ts",
    "test": "bun test src/",
    "typecheck": "tsc --noEmit",
    "security:scan": "bun run scripts/security-scan.ts",
    "prepublishOnly": "bun run typecheck && bun test && bun run security:scan",
    "postinstall": "prisma skills sync || exit 0"
  },
  "keywords": [
    "ai",
    "agent",
    "autonomous-agent",
    "coding-agent",
    "cli",
    "bun",
    "llm",
    "nvidia-nim"
  ],
  "dependencies": {
    "@anthropic-ai/sdk": "^0.120.0",
    "cors": "^2.8.6",
    "diff": "^9.0.0",
    "exceljs": "^4.4.0",
    "ink": "^7.1.1",
    "jszip": "^3.10.1",
    "openai": "^7.5.0",
    "react": "^19.2.8"
  },
  "devDependencies": {
    "@types/bun": "^1.3.14",
    "@types/cors": "^2.8.19",
    "@types/react": "^19.2.18",
    "ink-testing-library": "^4.0.0",
    "prisma": "^8.0.0-rc.12",
    "typescript": "7"
  }
}
