{
  "name": "pdf-generate",
  "version": "0.1.0",
  "description": "Generate PDF documents with rich formatting and layouts",
  "type": "module",
  "bin": {
    "pdf-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": {
    "pdf-lib": "^1.17.1"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "restricted"
  }
}
