UNPKG

@iqx-limited/quick-pdf

Version:

Converting PDFs to images (📃 to 📸)

71 lines (70 loc) • 1.82 kB
{ "name": "@iqx-limited/quick-pdf", "version": "1.6.2", "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": "^21.0.0", "html-validate": "^9.5.5", "image-size": "^2.0.2", "path2d-polyfill": "^3.1.3", "pdfkit": "^0.17.1", "puppeteer": "^24.10.0", "rollup-plugin-node-externals": "^8.0.0", "semver": "^7.7.2" }, "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.4.1", "@types/node": "^22.15.31", "@types/pdfkit": "^0.14.0", "@types/semver": "^7.7.0", "eslint": "^9.28.0", "rollup": "^4.43.0", "typescript": "^5.8.3", "typescript-eslint": "^8.34.0" } }