UNPKG

pdf2pic

Version:

A utility for converting pdf to image and base64 format.

75 lines (74 loc) 1.98 kB
{ "name": "pdf2pic", "version": "2.1.4", "description": "A utility for converting pdf to image and base64 format.", "main": "dist/index.js", "types": "dist/index.d.ts", "dependencies": { "fs-extra": "^9.1.0", "gm": "^1.23.1" }, "directories": { "test": "test" }, "devDependencies": { "@rollup/plugin-alias": "^3.1.2", "@types/chai": "^4.2.14", "@types/fs-extra": "^9.0.6", "@types/gm": "^1.18.9", "@types/mocha": "^8.2.0", "@types/node": "^14.14.25", "@types/rimraf": "^3.0.0", "@typescript-eslint/eslint-plugin": "^4.14.2", "@typescript-eslint/parser": "^4.14.2", "chai": "^4.3.0", "eslint": "^7.19.0", "mocha": "^8.2.1", "nyc": "^15.1.0", "rimraf": "^3.0.2", "rollup": "^2.38.5", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.29.0", "ts-node": "^9.1.1", "tsconfig-paths": "^3.9.0", "tslib": "^2.1.0", "typescript": "^4.1.3" }, "scripts": { "mocha": "./node_modules/.bin/mocha test/**/*.test.ts", "test": "npm run lint && nyc --reporter=lcov npm run mocha", "test:text": "npm run lint && nyc --reporter=text npm run mocha", "rollup": "rollup -c", "clean": "rimraf ./dist", "lint": "./node_modules/.bin/eslint . --ext .ts", "build": "npm run test && npm run clean && npm run rollup" }, "repository": { "type": "git", "url": "git+https://github.com/yakovmeister/pdf2image.git" }, "keywords": [ "pdf-to-image", "pdf-to-jpg", "pdf-to-png", "pdf", "convert", "image", "pdf2img", "pdf2pic", "pdf2image", "imagemagick", "graphicsmagick", "gm" ], "funding": { "type": "paypal", "url": "https://www.paypal.me/yakovmeister" }, "author": "Jacob Baring <owari@waifu.club>", "license": "MIT", "bugs": { "url": "https://github.com/yakovmeister/pdf2image/issues" }, "homepage": "https://github.com/yakovmeister/pdf2image#readme" }