{
  "name": "doc-generate",
  "version": "0.1.0",
  "description": "Generate DOCX documents with rich formatting and templates",
  "type": "module",
  "bin": {
    "doc-generate": "./src/index.ts"
  },
  "scripts": {
    "start": "bun run src/index.ts",
    "dev": "bun run --watch src/index.ts",
    "cli": "bun run src/index.ts"
  },
  "dependencies": {
    "docx": "^9.5.1",
    "marked": "^15.0.4",
    "openai": "^4.77.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "restricted"
  }
}
