umay-render
Version:
Free, high-performance HTML to PDF and HTML to Image conversion SDK for both browser and Node.js
70 lines • 1.86 kB
JSON
{
"name": "umay-render",
"version": "2.0.0",
"description": "Free, high-performance HTML to PDF and HTML to Image conversion SDK for both browser and Node.js",
"keywords": [
"html-to-pdf",
"html-to-image",
"pdf-generator",
"image-generator",
"puppeteer",
"render",
"screenshot",
"typescript",
"sdk",
"free",
"browser-compatible",
"node-compatible",
"open-source"
],
"author": "Tolga Çağlayan <tolgaand@yandex.com>",
"license": "MIT",
"type": "module",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"types": "./lib/esm/index.d.ts",
"exports": {
".": {
"import": "./lib/esm/index.js",
"require": "./lib/cjs/index.js",
"types": "./lib/esm/index.d.ts"
}
},
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "https://github.com/tolgaand/umay-render"
},
"homepage": "https://github.com/tolgaand/umay-render",
"bugs": {
"url": "https://github.com/tolgaand/umay-render/issues"
},
"scripts": {
"build": "tsc -p tsconfig.esm.json && tsc -p tsconfig.cjs.json",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"prepublishOnly": "npm run build && npm run test"
},
"dependencies": {
"axios": "^1.8.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.12",
"@types/node": "^22.13.8",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"typescript": "^5.8.2"
},
"engines": {
"node": ">=14.0.0"
}
}