UNPKG

hpdf

Version:

NodeJS library for generation PDF from HTML

57 lines (56 loc) 1.38 kB
{ "name": "hpdf", "version": "1.0.3", "description": "NodeJS library for generation PDF from HTML", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "build": "tsc -p tsconfig.json", "lint": "eslint \"src/**/*.ts\"", "format": "eslint \"src/**/*.ts\" --fix", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/frimuchkov/hpdf.git" }, "keywords": [ "pdf", "pdf", "node", "generator", "node pdf generator", "html2pdf", "htmltopdf", "node pdf", "npm node pdf" ], "author": { "name": "Andrey Frimuchkov", "email": "afrimuchkov@gmail.com" }, "license": "MIT", "bugs": { "url": "https://github.com/frimuchkov/hpdf/issues" }, "homepage": "https://github.com/frimuchkov/hpdf#readme", "devDependencies": { "@jest/globals": "^29.5.0", "@types/generic-pool": "^3.1.11", "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.5", "@typescript-eslint/parser": "^5.59.5", "eslint": "^8.40.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-prettier": "^4.2.1", "prettier": "2.8.8", "ts-jest": "^29.1.0", "ts-node": "^10.9.1", "typescript": "^5.0.4" }, "dependencies": { "generic-pool": "^3.9.0", "puppeteer": "^20.1.2" } }