{
  "name": "@giuseppe.trisciuoglio/pi-rules",
  "version": "1.2.0",
  "description": "Cursor/Claude-style project rules for pi: markdown files with optional frontmatter, injected into the agent context only when relevant.",
  "keywords": [
    "pi-package",
    "pi",
    "pi-extension",
    "rules",
    "claude",
    "cursor",
    "frontmatter",
    "system-prompt",
    "context",
    "ai-agent"
  ],
  "author": "Giuseppe Trisciuoglio",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/giuseppe-trisciuoglio/pi-rules.git"
  },
  "bugs": {
    "url": "https://github.com/giuseppe.trisciuoglio/pi-rules/issues"
  },
  "homepage": "https://github.com/giuseppe.trisciuoglio/pi-rules#readme",
  "engines": {
    "node": ">=22.19.0"
  },
  "files": [
    "src",
    "prompts",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "echo 'pi loads TypeScript extensions directly; no build step is required.'",
    "check": "npm run typecheck",
    "test": "npm run typecheck && npm run test:unit && npm run test:smoke",
    "test:smoke": "tsx test/smoke-test.ts",
    "test:unit": "vitest run",
    "typecheck": "tsc --noEmit"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "0.85.1",
    "@types/node": "^22.10.0",
    "@vitest/coverage-v8": "^4.1.10",
    "tsx": "^4.23.13",
    "typescript": "^5.6.0",
    "vitest": "^4.1.10"
  },
  "pi": {
    "name": "pi-rules",
    "displayName": "Pi Rules",
    "description": "Project rules with Cursor-style frontmatter, injected into the agent context only when relevant.",
    "category": "developer-tools",
    "extensions": [
      "./src/index.ts"
    ],
    "prompts": [
      "./prompts"
    ]
  }
}
