{ "name": "docfast", "version": "0.1.0", "description": "Official Node.js client for the DocFast HTML-to-PDF API", "main": "dist/index.js", "types": "dist/index.d.ts", "files": ["dist"], "engines": { "node": ">=18.0.0" }, "scripts": { "build": "tsc", "prepublishOnly": "npm run build" }, "keywords": ["pdf", "html-to-pdf", "markdown-to-pdf", "docfast", "api", "document"], "author": "DocFast ", "license": "MIT", "homepage": "https://docfast.dev", "repository": { "type": "git", "url": "https://git.cloonar.com/openclawd/docfast" }, "devDependencies": { "typescript": "^5.0.0" } }