-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 780 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 780 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
{
"name": "puppeteer-lambda-layer",
"version": "1.0.175",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postversion": "git push --follow-tags"
},
"author": "",
"license": "ISC",
"dependencies": {
"@azure/storage-blob": "^12.13.0",
"@types/node": "^18.11.18",
"cheerio": "^1.0.0",
"jsdom": "^25.0.0",
"mime-types": "^2.1.35",
"node-fetch": "^2.7.0",
"puppeteer": "20.7.3",
"puppeteer-core": "^20.7.3",
"puppeteer-screen-recorder": "3.0.3",
"robots-parser": "^3.0.1",
"tmp-promise": "^3.0.3",
"wrap-ansi": "^8.1.0"
},
"devDependencies": {
"@types/jsdom": "^21.1.7",
"@types/node": "^18.11.18",
"@types/node-fetch": "^2.6.2"
}
}