{
  "name": "psypi",
  "version": "0.3.2",
  "description": "A standalone, evidence-grounded social-science research agent — a conversation-driven agent that bundles the Pi runtime with psypi's research contracts, evidence gates, and workflows",
  "type": "module",
  "license": "MIT",
  "bin": {
    "psypi": "dist/src/cli.js"
  },
  "files": [
    "dist",
    "skills",
    "apps/panel",
    "scripts"
  ],
  "engines": {
    "node": ">=22.19.0"
  },
  "keywords": [
    "ai",
    "agent",
    "research",
    "social-science",
    "evidence",
    "pi"
  ],
  "packageManager": "pnpm@10.28.2",
  "pi": {
    "extensions": [
      "./src/extension.ts",
      "./src/panel/extension.ts"
    ],
    "skills": [
      "./skills/core"
    ]
  },
  "scripts": {
    "build": "node scripts/rebrand-pi.mjs && tsc -p tsconfig.json && node scripts/copy-panel.mjs",
    "typecheck": "tsc --noEmit -p tsconfig.json",
    "test": "vitest run",
    "test:watch": "vitest",
    "eval": "tsx evals/harness.ts",
    "rebrand": "node scripts/rebrand-pi.mjs",
    "postinstall": "node scripts/rebrand-pi.mjs",
    "prepublishOnly": "pnpm build"
  },
  "dependencies": {
    "@earendil-works/pi-ai": "0.84.1",
    "@earendil-works/pi-coding-agent": "0.84.1",
    "ink": "^7.1.1",
    "react": "^19.2.8",
    "typebox": "1.3.7",
    "yaml": "2.9.0"
  },
  "devDependencies": {
    "@types/node": "24.12.4",
    "@types/react": "^19.2.18",
    "tsx": "4.20.3",
    "typescript": "5.9.3",
    "vitest": "4.1.9"
  }
}
