{
  "name": "create-opc-wiki",
  "version": "1.0.1",
  "description": "Scaffold a personal LLM wiki (Karpathy pattern). MCP-ready, multi-agent, publishable. Zero-prompt install for IM agents (OpenClaw, Hermes, Codex, Claude Code).",
  "keywords": [
    "llm-wiki",
    "karpathy",
    "personal-knowledge-base",
    "second-brain",
    "obsidian-vault",
    "obsidian",
    "mcp",
    "mcp-server",
    "claude-code",
    "codex",
    "cursor",
    "openclaw",
    "hermes-agent",
    "agent-tooling",
    "knowledge-management",
    "rag-alternative",
    "compounding-knowledge",
    "opc",
    "one-person-company"
  ],
  "type": "module",
  "bin": {
    "create-opc-wiki": "./dist/cli.js"
  },
  "files": [
    "dist",
    "templates",
    "README.md",
    "LICENSE",
    "INSPIRATION.md",
    "STABILITY.md",
    "CHANGELOG.md",
    "CONTRIBUTING.md",
    "SECURITY.md",
    "llms.txt",
    "agents.json",
    "docs/INSTALL-FOR-AGENTS.md"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "start": "node ./dist/cli.js",
    "clean": "rm -rf dist",
    "test:smoke": "npm run build && node ./scripts/smoke-scaffold.mjs",
    "test:e2e": "npm run build && node ./scripts/e2e.mjs",
    "test": "npm run test:smoke && npm run test:e2e",
    "prepublishOnly": "npm run clean && npm run build"
  },
  "engines": {
    "node": ">=20"
  },
  "license": "MIT",
  "author": "MackDing",
  "homepage": "https://github.com/MackDing/create-opc-wiki",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MackDing/create-opc-wiki.git"
  },
  "bugs": {
    "url": "https://github.com/MackDing/create-opc-wiki/issues"
  },
  "dependencies": {
    "@clack/prompts": "^0.11.0",
    "chalk": "^5.6.2",
    "mustache": "^4.2.0",
    "open": "^10.2.0"
  },
  "devDependencies": {
    "@types/mustache": "^4.2.6",
    "@types/node": "^22.10.5",
    "tsup": "^8.5.0",
    "typescript": "^5.7.3"
  }
}
