{
  "name": "@pi/project-analyzer",
  "version": "0.9.15",
  "description": "Project analysis system for pi-harness-runtime - detects frameworks, rules, and project structure",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "test": "bun test",
    "test:watch": "bun test --watch"
  },
  "keywords": [
    "pi",
    "harness",
    "runtime",
    "project",
    "analyzer",
    "framework",
    "detection"
  ],
  "author": "",
  "license": "MIT",
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@pi-harness/types": "workspace:*",
    "@pi/framework-detector": "workspace:*"
  },
  "devDependencies": {
    "typescript": "^7.0.2"
  }
}
