-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 870 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "pdf-images",
"version": "1.3.3",
"description": "The pf-images library aims to simplify pdf-conversion by using poppler / pdfImages & imageMagick to convert pdfs to images.",
"main": "build/index.js",
"scripts": {
"start": "node build/index.js",
"prepublishOnly": "npm run compile",
"compile": "tsc -p tsconfig.json",
"build": "npm run compile && npm run start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kartik1998/pdf-images.git"
},
"keywords": [
"pdf-images",
"pdf",
"image",
"conversion",
"pdf2img",
"pdf2images"
],
"author": "Kartik Rawat",
"license": "MIT",
"bugs": {
"url": "https://github.com/kartik1998/pdf-images/issues"
},
"homepage": "https://github.com/kartik1998/pdf-images#readme",
"devDependencies": {
"@types/node": "^15.0.1"
}
}