@iqx-limited/quick-pdf
Version:
Converting PDFs to images (📃 to 📸)
71 lines (70 loc) • 1.82 kB
JSON
{
"name": "@iqx-limited/quick-pdf",
"version": "1.4.6",
"author": "IQX",
"description": "Converting PDFs to images (📃 to 📸)",
"type": "module",
"license": "MIT",
"files": [
"dist/**/*",
"README.md",
"LICENSE"
],
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"types": "dist/types/index.d.ts",
"keywords": [
"pdf",
"jpeg",
"html",
"png",
"webp",
"img",
"pdf-to-img",
"pdf-to-png",
"pdf-to-jpeg",
"html-to-pdf"
],
"repository": "https://github.com/IQXLimited/quickpdf",
"scripts": {
"build": "npm ci --no-audit && rollup -c",
"lint": "npx --yes eslint",
"test": "npm run build && node test/test-cjs.cjs && node test/test-esm.mjs",
"test:esm": "npm run build && node test/test-esm.mjs",
"test:cjs": "npm run build && node test/test-cjs.cjs"
},
"engines": {
"node": ">=20.0.0"
},
"engineStrict": true,
"dependencies": {
"file-type": "^20.4.1",
"html-validate": "^9.5.2",
"image-size": "^2.0.2",
"path2d-polyfill": "^3.1.3",
"pdfkit": "^0.16.0",
"puppeteer": "^24.5.0",
"rollup-plugin-node-externals": "^8.0.0",
"semver": "^7.7.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-typescript": "^12.1.2",
"@stylistic/eslint-plugin": "^4.2.0",
"@types/node": "^22.14.0",
"@types/pdfkit": "^0.13.9",
"@types/semver": "^7.7.0",
"eslint": "^9.23.0",
"rollup": "^4.39.0",
"typescript": "^5.8.2",
"typescript-eslint": "^8.29.0"
}
}