{
  "name": "pi-impeccable-skill",
  "version": "0.3.0",
  "description": "Upstream Impeccable design workflows for Pi with user-approved skill updates.",
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi-skill",
    "impeccable",
    "design",
    "frontend",
    "ux"
  ],
  "author": "henry-p",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/henry-p/pi-tools.git",
    "directory": "packages/pi-impeccable-skill"
  },
  "bugs": {
    "url": "https://github.com/henry-p/pi-tools/issues"
  },
  "homepage": "https://github.com/henry-p/pi-tools/tree/master/packages/pi-impeccable-skill#readme",
  "engines": {
    "node": ">=22.18.0"
  },
  "type": "module",
  "files": [
    "README.md",
    "LICENSE",
    "extensions",
    "scripts"
  ],
  "scripts": {
    "test": "node --test tests/*.test.mjs"
  },
  "dependencies": {
    "impeccable": "^3.5.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "extensions": [
      "./extensions/impeccable.js"
    ]
  }
}
