-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 917 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
35
36
37
38
{
"name": "carbonlink-api",
"version": "0.1.0",
"bin": {
"carbonlink-api": "bin/carbonlink-api.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.119",
"@types/jest": "^29.5.1",
"@types/node": "20.1.7",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"aws-cdk": "2.83.1",
"dotenv": "^16.3.1",
"esbuild": "^0.18.10",
"eslint": "^8.43.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "~5.0.4"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.363.0",
"@aws-sdk/lib-dynamodb": "^3.363.0",
"aws-cdk-lib": "2.83.1",
"aws-lambda": "^1.0.7",
"axios": "^1.4.0",
"constructs": "^10.0.0",
"path": "^0.12.7",
"source-map-support": "^0.5.21"
}
}