{
  "name": "@zeldrisho/pi-vite-plus",
  "version": "0.5.2",
  "description": "Pi extension that guides agents to use Vite+ development workflows",
  "keywords": [
    "package-management",
    "pi",
    "pi-coding-agent",
    "pi-extension",
    "pi-package",
    "vite-plus"
  ],
  "homepage": "https://github.com/zeldrisho/pi-packages/tree/main/packages/pi-vite-plus#readme",
  "bugs": {
    "url": "https://github.com/zeldrisho/pi-packages/issues"
  },
  "license": "MIT",
  "author": "Zeldris",
  "repository": {
    "type": "git",
    "url": "https://github.com/zeldrisho/pi-packages.git",
    "directory": "packages/pi-vite-plus"
  },
  "files": [
    "src",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.80.10",
    "typescript": "^5.0.0",
    "vite-plus": "0.2.5"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "engines": {
    "node": ">=24"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "scripts": {
    "check": "vp check",
    "test": "vp test",
    "test:watch": "vp test --watch",
    "lint": "vp lint",
    "lint:fix": "vp lint --fix",
    "format": "vp fmt --write",
    "typecheck": "vp check --no-fmt --no-lint"
  }
}