{
  "name": "expert-ai",
  "version": "0.5.2",
  "description": "Expert AI - Intelligent Research Agent with PI Framework",
  "license": "MIT",
  "author": "ssv.asia",
  "type": "module",
  "engines": {
    "node": ">=20.19.0"
  },
  "bin": {
    "x": "bin/x.js"
  },
  "files": [
    "bin/x.js",
    "bin/xpi.js",
    "bin/qt.cjs",
    "vendor/expert-ai-pi/dist/",
    "vendor/expert-ai-pi/package.json",
    ".expert-ai-terminal/agent/",
    "README.md"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "dev": "tsx src/index.ts",
    "start": "node ./bin/expert-ai-terminal.js",
    "typecheck": "tsc --noEmit"
  },
  "keywords": [
    "pi-package",
    "ai-terminal",
    "research-agent",
    "lightweight",
    "openrouter",
    "cli"
  ],
  "dependencies": {
    "@companion-ai/alpha-hub": "^0.1.3",
    "@mariozechner/jiti": "2.6.5",
    "@mariozechner/pi-agent-core": "0.66.1",
    "@mariozechner/pi-ai": "0.66.1",
    "@mariozechner/pi-tui": "0.66.1",
    "@silvia-odwyer/photon-node": "0.3.4",
    "@sinclair/typebox": "^0.34.48",
    "@tryghost/admin-api": "^1.14.7",
    "@tryghost/content-api": "^1.12.0",
    "ajv": "8.20.0",
    "chalk": "5.6.2",
    "cli-highlight": "2.1.11",
    "conf": "10.2.0",
    "dayjs": "1.11.10",
    "diff": "8.0.4",
    "dotenv": "^17.3.1",
    "extract-zip": "2.0.1",
    "file-type": "21.3.4",
    "fs-extra": "11.2.0",
    "glob": "13.0.6",
    "hosted-git-info": "9.0.3",
    "ignore": "7.0.5",
    "inquirer": "8.2.6",
    "marked": "15.0.12",
    "minimatch": "10.2.5",
    "proper-lockfile": "4.1.2",
    "qrcode-terminal": "^0.12.0",
    "strip-ansi": "7.2.0",
    "undici": "7.28.0",
    "yaml": "2.9.0"
  },
  "devDependencies": {
    "@types/node": "^20.18.0",
    "@yao-pkg/pkg": "^6.15.0",
    "esbuild": "^0.28.0",
    "postject": "^1.0.0-alpha.6",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/expert-terminal/expert-ai-terminal.git"
  },
  "homepage": "https://github.com/expert-terminal/expert-ai-terminal#readme",
  "bugs": {
    "url": "https://github.com/expert-terminal/expert-ai-terminal/issues"
  }
}
