{
  "name": "@dmsdc-ai/aigentry-devkit",
  "version": "0.0.21",
  "description": "Cross-platform installer and tooling bundle for aigentry-devkit",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dmsdc-ai/aigentry-devkit.git"
  },
  "homepage": "https://github.com/dmsdc-ai/aigentry-devkit#readme",
  "bugs": {
    "url": "https://github.com/dmsdc-ai/aigentry-devkit/issues"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "bin": {
    "aigentry-devkit": "bin/aigentry-devkit.js",
    "aigentry": "bin/aigentry-devkit.js",
    "aigentry-devkit-bootstrap": "bin/aigentry-devkit-bootstrap.js"
  },
  "engines": {
    "node": ">=18"
  },
  "files": [
    "bin/aigentry-devkit.js",
    "bin/aigentry-devkit-bootstrap.js",
    "lib/**",
    "lib/bootstrap.js",
    "templates/CONSTITUTION.md",
    "config/**",
    "hooks/**",
    "hud/**",
    "install.sh",
    "install.ps1",
    "skills/clipboard-image/**",
    "skills/deliberation/**",
    "skills/deliberation-executor/**",
    "skills/env-manager/**",
    "skills/npm-release/**",
    "skills/project-ops/**",
    "skills/telepty-deliberate/**",
    "skills/auto-multi-llm-review/**",
    "skills/orchestrator-response-style/**",
    "skills/upsell-trigger/**",
    "skills/youtube-analyzer/**",
    "templates/workspace/**",
    "templates/aigentry/**",
    "templates/knowledge/**",
    "tools/wtm/**",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "postinstall": "echo '[aigentry-devkit] Run: npx aigentry-devkit setup' || true",
    "test": "node bin/aigentry-devkit.js --help"
  },
  "keywords": [
    "ai",
    "devkit",
    "claude",
    "codex",
    "mcp",
    "deliberation"
  ]
}
