{
  "name": "create-ai-dev-vault",
  "version": "1.0.0",
  "description": "Set up a complete AI-assisted development environment with Claude Code. 12-agent pipeline, semantic search, crash recovery, learning system, and more.",
  "license": "Apache-2.0",
  "author": "Maya Tobi <verygoodfibergoods@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mmayasaurus/create-ai-dev-vault.git"
  },
  "homepage": "https://github.com/mmayasaurus/create-ai-dev-vault#readme",
  "keywords": [
    "claude-code",
    "ai-development",
    "obsidian",
    "agent-pipeline",
    "developer-tools",
    "semantic-search",
    "agentic-workflow",
    "ai-agents",
    "knowledge-management",
    "cli"
  ],
  "bin": {
    "create-ai-dev-vault": "bin/create.js"
  },
  "files": [
    "bin/",
    "templates/",
    "scripts/",
    "LICENSE",
    "README.md",
    "CONTRIBUTING.md"
  ],
  "engines": {
    "node": ">=16.0.0"
  }
}
