{
  "name": "@saibolla/ada",
  "version": "0.1.3",
  "description": "The AI research agent for the terminal",
  "license": "Apache-2.0",
  "type": "module",
  "engines": {
    "node": ">=20.18.1"
  },
  "bin": {
    "ada": "bin/ada.js"
  },
  "files": [
    "bin/",
    "dist/",
    "!dist/release/",
    "metadata/",
    ".ada/agents/",
    ".ada/settings.json",
    ".ada/SYSTEM.md",
    ".ada/themes/",
    "extensions/",
    "prompts/",
    "logo.mjs",
    "logo.d.mts",
    "scripts/",
    "skills/",
    "AGENTS.md",
    "README.md",
    ".env.example"
  ],
  "scripts": {
    "preinstall": "node ./scripts/check-node-version.mjs",
    "build": "tsc -p tsconfig.build.json",
    "build:native-bundle": "node ./scripts/build-native-bundle.mjs",
    "dev": "tsx src/index.ts",
    "prepack": "npm run build && node ./scripts/prepare-runtime-workspace.mjs",
    "start": "tsx src/index.ts",
    "start:dist": "node ./bin/ada.js",
    "test": "node --import tsx --test --test-concurrency=1 tests/*.test.ts",
    "typecheck": "tsc --noEmit"
  },
  "keywords": [
    "pi-package",
    "research-agent",
    "literature-review",
    "experiments"
  ],
  "pi": {
    "extensions": [
      "./extensions"
    ],
    "prompts": [
      "./prompts"
    ],
    "skills": [
      "./skills"
    ]
  },
  "dependencies": {
    "@ada/alpha-hub": "file:./packages/alpha-hub",
    "@aliou/pi-processes": "^0.6.3",
    "@brain0pia/pi-ultrathink": "^0.7.1",
    "@javimolina/pi-palette": "^0.1.0",
    "@kaiserlich-dev/pi-session-search": "^1.1.1",
    "@mariozechner/pi-ai": "^0.62.0",
    "@mariozechner/pi-coding-agent": "^0.62.0",
    "@sinclair/typebox": "^0.34.48",
    "@tintinweb/pi-tasks": "^0.4.2",
    "@tmustier/pi-ralph-wiggum": "^0.1.6",
    "@walterra/pi-charts": "^0.0.5",
    "dotenv": "^17.3.1",
    "latchkey": "^2.5.4",
    "pi-arxiv": "^0.1.0",
    "pi-brain": "^0.1.7",
    "pi-btw": "^0.2.1",
    "pi-context": "^1.1.2",
    "pi-docparser": "^1.1.1",
    "pi-markdown-preview": "^0.9.5",
    "pi-mcp-adapter": "^2.2.1",
    "pi-mermaid": "^0.3.0",
    "pi-powerpoint": "^1.0.0",
    "pi-repl": "^0.3.0",
    "pi-rewind": "^0.4.1",
    "pi-sandbox": "^0.3.0",
    "pi-schedule-prompt": "^0.1.2",
    "pi-subagents": "^0.11.12",
    "pi-timer": "^0.1.3",
    "pi-web-access": "^0.10.4",
    "pi-zotero": "^0.1.0"
  },
  "devDependencies": {
    "@types/node": "^25.5.0",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/saikrishnabolla/ada.git"
  },
  "homepage": "https://github.com/saikrishnabolla/ada#readme",
  "bugs": {
    "url": "https://github.com/saikrishnabolla/ada/issues"
  }
}
