@web2docx/web2docx-sdk
Version:
Real-time HTML to PDF/Image conversion client for Web2Docx API
30 lines (29 loc) • 645 B
JSON
{
"name": "@web2docx/web2docx-sdk",
"version": "1.0.14",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"html-to-pdf",
"pdf-conversion",
"html-to-image",
"websocket-api",
"web2docx"
],
"author": "Rishu Kumar",
"license": "ISC",
"description": "Real-time HTML to PDF/Image conversion client for Web2Docx API",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@web2docx/web2docx-sdk": "^1.0.12",
"axios": "^1.8.4",
"cheerio": "^1.0.0",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"ws": "^8.18.1"
}
}