{
  "name": "@mohndoe/pi-atlas",
  "version": "0.2.1",
  "description": "See your agent usage and cost directly in Pi — costs, languages, models, projects, and tools from session logs.",
  "keywords": [
    "pi",
    "pi-extension",
    "pi-package"
  ],
  "homepage": "https://github.com/MohnDoe/pi-atlas#readme",
  "bugs": {
    "url": "https://github.com/MohnDoe/pi-atlas/issues"
  },
  "license": "MIT",
  "author": "Kevin P. <@mohndoe>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MohnDoe/pi-atlas.git"
  },
  "directories": {
    "doc": "docs"
  },
  "type": "module",
  "module": "src/index.ts",
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "bun test"
  },
  "dependencies": {
    "@mohndoe/pi-tui-extras": "^0.1.4",
    "chalk": "^5.6.2"
  },
  "devDependencies": {
    "@earendil-works/pi-agent-core": ">=0.74.0 <0.77.0",
    "@earendil-works/pi-ai": ">=0.74.0 <0.77.0",
    "@earendil-works/pi-coding-agent": ">=0.74.0 <0.77.0",
    "@earendil-works/pi-tui": ">=0.74.0 <0.77.0",
    "@types/bun": "latest"
  },
  "peerDependencies": {
    "@earendil-works/pi-tui": ">=0.74.0 <0.77.0",
    "typescript": "^5"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ],
    "image": "https://github.com/mohndoe/pi-atlas/raw/main/media/screenshot.png"
  }
}
