-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 778 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 778 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
32
33
34
35
36
{
"name": "aws-pdf-thumbnail",
"version": "0.1.0",
"author": {
"name": "Jonas Scholz"
},
"license": "MIT",
"bin": {
"aws-thumbnail": "bin/aws-thumbnail.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.109",
"@types/jest": "^29.2.6",
"@types/node": "18.11.18",
"@types/prettier": "2.7.2",
"aws-cdk": "2.61.1",
"jest": "^29.3.1",
"prettier": "^2.8.3",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "~4.9.4"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.254.0",
"aws-cdk-lib": "2.61.1",
"constructs": "^10.1.228",
"pdf2pic": "^2.1.4",
"source-map-support": "^0.5.21"
}
}