-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
executable file
·37 lines (37 loc) · 969 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
34
35
36
37
{
"name": "hcep-pdf-server",
"version": "1.11.0",
"description": "Simple PDF rendering server using Headless Chrome & Express & Puppeteer",
"main": "app/pdf-server.js",
"dependencies": {
"body-parser": "^1.18.3",
"chai": "^4.2.0",
"connect-timeout": "^1.9.0",
"debug": "^3.1.0",
"express": "^4.16.4",
"merge-options" : "^1.0.1",
"mocha": "^5.2.0",
"morgan": "^1.9.1",
"npm": "^6.5.0",
"puppeteer": "1.11.0",
"supertest": "^3.1.0"
},
"devDependencies": {
},
"scripts": {
"start": "node app/pdf-server.js",
"test": "mocha",
"lint": "eslint *",
"fix": "eslint --fix *"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uyamazak/hcep-pdf-server.git"
},
"author": "uyamazak",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/uyamazak/hcep-pdf-server/issues"
},
"homepage": "https://github.com/uyamazak/hcep-pdf-server#readme"
}