forked from blenky36/html-pdf-serverless
-
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) · 756 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 756 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": "html-pdf-serverless",
"version": "0.1.0",
"bin": {
"html-pdf-serverless": "bin/html-pdf-serverless.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"cdk": "cdk"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.125",
"@types/node": "20.7.1",
"aws-cdk": "2.102.0",
"aws-lambda": "^1.0.7",
"esbuild": "^0.19.5",
"ts-node": "^10.9.1",
"typescript": "~5.2.2"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.433.0",
"@aws-sdk/lib-storage": "^3.435.0",
"@aws-sdk/s3-request-presigner": "^3.435.0",
"@sparticuz/chromium": "^110.0.0",
"aws-cdk-lib": "2.102.0",
"constructs": "^10.0.0",
"puppeteer-core": "19.6.0",
"source-map-support": "^0.5.21"
}
}