{
  "name": "artifact-guard",
  "version": "0.1.6",
  "description": "Privacy-aware artifact lifecycle manager for AI-assisted development workflows.",
  "type": "module",
  "bin": {
    "artifact-guard": "dist/cli.js"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    ".artifactguardrc.example.json",
    "integrations"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsx src/cli.ts",
    "start": "node dist/cli.js",
    "test": "tsx --test test/**/*.test.ts",
    "prepublishOnly": "pnpm build && pnpm test"
  },
  "keywords": [
    "pi-package",
    "ai-agents",
    "developer-tools",
    "cleanup",
    "cli",
    "artifacts",
    "privacy",
    "typescript"
  ],
  "pi": {
    "skills": [
      "./integrations/pi-skill"
    ]
  },
  "author": "Ekta Chaudhry",
  "license": "MIT",
  "homepage": "https://github.com/ekta-chaudhry/artifact-guard#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ekta-chaudhry/artifact-guard.git"
  },
  "bugs": {
    "url": "https://github.com/ekta-chaudhry/artifact-guard/issues"
  },
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "commander": "^12.1.0",
    "fast-glob": "^3.3.2",
    "picocolors": "^1.1.1"
  },
  "devDependencies": {
    "@types/node": "^22.10.2",
    "tsx": "^4.19.2",
    "typescript": "^5.7.2"
  }
}
