-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
34 lines (34 loc) · 855 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
{
"name": "screenshoter",
"version": "1.3.0",
"description": "Puppeteer as a HTTP-service",
"main": "index.js",
"scripts": {
"test": "jest"
},
"author": "Mikhail Mingalev <[email protected]>",
"repository": {
"type": "git",
"url": "[email protected]:mingalevme/screenshoter.git"
},
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.617.0",
"@mingalevme/secure-link": "^0.1.5",
"express": "^4.19.2",
"express-prom-bundle": "^6.4.1",
"log-timestamp": "^0.3.0",
"minimist": "^1.2.7",
"node-gyp": "^8.1.0",
"process": "^0.11.10",
"puppeteer-autoscroll-down": "^1.1.2",
"puppeteer-core": "^22.14.0",
"redis": "^4.6.15",
"sharp": "^0.33.4",
"simple-get": ">=4.0.1"
},
"devDependencies": {
"@aws-sdk/smithy-client": "^3.226.0",
"jest": "^29.3.1"
}
}