-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.08 KB
/
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
38
39
40
41
42
43
{
"name": "pdf-render-api",
"version": "1.0.0",
"description": "Website render API",
"main": "index.js",
"scripts": {
"start": "bin/start-nginx cross-env NODE_ENV=production node index.js",
"dev": "node index.js",
"postinstall": "npm ddp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UnblockerAPI/pdf-render-api.git"
},
"keywords": [
"pdf",
"website",
"render"
],
"author": "Marise Hayashi <@limitedeternity> (https://limitedeternity.github.io/)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/UnblockerAPI/pdf-render-api/issues"
},
"engines": {
"node": "12.2.0",
"npm": "6.9.0"
},
"homepage": "https://github.com/UnblockerAPI/pdf-render-api#readme",
"dependencies": {
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"express": "^4.17.1",
"generic-pool": "^3.7.2",
"helmet": "^4.4.1",
"puppeteer": "^1.18.0",
"puppeteer-extra": "^2.1.3",
"puppeteer-extra-plugin-stealth": "^2.7.6",
"redis": "^2.8.0",
"request": "^2.88.2",
"require-dir": "^1.2.0"
}
}