-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 986 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 986 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
37
{
"name": "rollup-typescript-aws-serverless",
"version": "0.1.0",
"bin": {
"rollup-typescript-aws-serverless": "bin/rollup-typescript-aws-serverless.js"
},
"scripts": {
"build": "rollup --config",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@types/aws-lambda": "^8.10.143",
"@types/jest": "^29.5.12",
"@types/node": "20.14.9",
"aws-cdk": "2.150.0",
"jest": "^29.7.0",
"rollup": "^4.20.0",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"tslib": "^2.6.3",
"typescript": "~5.5.3"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.624.0",
"@aws-sdk/lib-dynamodb": "^3.624.0",
"aws-cdk-lib": "2.150.0",
"aws-lambda": "^1.0.7",
"constructs": "^10.0.0",
"source-map-support": "^0.5.21"
}
}