{
  "name": "@ygncode/pi-insights",
  "version": "1.0.1",
  "description": "Beautiful analytics reports for pi coding-agent sessions.",
  "type": "module",
  "license": "MIT",
  "author": "ygncode",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ygncode/pi-insights.git"
  },
  "bugs": {
    "url": "https://github.com/ygncode/pi-insights/issues"
  },
  "homepage": "https://github.com/ygncode/pi-insights#readme",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi-coding-agent",
    "analytics",
    "sessions"
  ],
  "files": [
    "index.ts",
    "lib/",
    "dist/",
    "README.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "image": "https://raw.githubusercontent.com/ygncode/pi-insights/main/assets/pi-insights-01-overview.png",
    "video": "https://raw.githubusercontent.com/ygncode/pi-insights/main/assets/demo.mp4"
  },
  "scripts": {
    "build": "vite build",
    "dev": "vite",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage"
  },
  "dependencies": {
    "react": "^19.2.6",
    "react-dom": "^19.2.6",
    "recharts": "^3.8.1"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@types/node": "^25.8.0",
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3",
    "@vitejs/plugin-react": "^6.0.2",
    "@vitest/coverage-v8": "^4.1.6",
    "jsdom": "^29.1.1",
    "typescript": "^6.0.3",
    "vite": "^8.0.13",
    "vitest": "^4.1.6"
  }
}
