{
  "name": "@felipe.3dfx/pi-workflow",
  "version": "0.1.1",
  "type": "module",
  "description": "Pi workflow meta-configuration package for explicit companion package setup.",
  "license": "MIT",
  "keywords": [
    "pi-package",
    "pi",
    "workflow",
    "skills",
    "extensions"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/felipe3dfx/pi-workflow.git"
  },
  "bugs": {
    "url": "https://github.com/felipe3dfx/pi-workflow/issues"
  },
  "homepage": "https://github.com/felipe3dfx/pi-workflow#readme",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "README.md",
    "docs/**/*.md",
    "scripts/**/*.mjs",
    "package.json",
    "LICENSE",
    "extensions/",
    "assets/"
  ],
  "scripts": {
    "pack:dry-run": "npm pack --dry-run",
    "lint": "biome lint .",
    "format": "biome format --write .",
    "check:biome": "biome check --formatter-enabled=false .",
    "check:focused-tests": "node scripts/forbid-focused-tests.mjs",
    "check:publish": "node scripts/validate-pi-package.mjs",
    "check:typecheck": "tsc --noEmit",
    "check:knip": "knip",
    "check": "npm run check:biome && npm run check:typecheck && npm run check:knip && npm run check:focused-tests && npm run check:publish && node --test test/*.test.mjs && npm run pack:dry-run",
    "prepublishOnly": "npm run check"
  },
  "pi": {
    "extensions": [
      "./extensions/pi-workflow.ts"
    ]
  },
  "engines": {
    "node": ">=22.19"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.5.3",
    "@types/node": "^22.20.1",
    "knip": "^6.25.0",
    "typescript": "^7.0.2"
  }
}
