-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 745 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 745 Bytes
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
34
{
"name": "pdf-writer",
"version": "1.1.3",
"description": "Overlays text on PDFs.",
"main": "src/index.js",
"bin": {
"pdf-writer": "./src/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danmysak/pdf-writer.git"
},
"keywords": [
"PDF",
"generator",
"text",
"labels",
"overlay"
],
"author": "Danylo Mysak <danmysak@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/danmysak/pdf-writer/issues"
},
"homepage": "https://github.com/danmysak/pdf-writer#readme",
"dependencies": {
"nonvalid": "^1.0.2",
"pdfkit": "^0.10.0",
"yargs": "^15.0.2"
}
}