{
  "name": "prompt-tracker-agent",
  "version": "1.0.0",
  "description": "Developer-machine CLI agent that captures Claude Code prompts and ships them to the Prompt Tracking Platform API.",
  "private": true,
  "type": "commonjs",
  "bin": {
    "prompt-agent": "bin/prompt-agent"
  },
  "engines": {
    "node": ">=22.5.0"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "test": "npm run build && node --test dist/test/*.test.js"
  },
  "devDependencies": {
    "@types/node": "^22.9.0",
    "typescript": "^5.6.3"
  },
  "dependencies": {
    "dotenv": "^17.4.2"
  }
}
