-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.05 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.05 KB
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
39
40
41
42
43
44
45
46
47
48
49
{
"name": "aws-cdk-discord-integration",
"version": "1.0.0",
"description": "",
"scripts": {
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk"
},
"bin": {
"esbuild": "esbuild"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/aws-abaschen/sample-dynamodb-rust.git"
},
"keywords": [
"discord",
"bot",
"aws",
"cdk"
],
"author": "abaschen",
"license": "ISC",
"bugs": {
"url": "https://github.com/aws-abaschen/sample-dynamodb-rust/issues"
},
"homepage": "https://github.com/aws-abaschen/sample-dynamodb-rust#readme",
"dependencies": {
"@types/aws-lambda": "^8.10.145",
"@types/node": "^22.5.4",
"aws-cdk": "^2.156.0",
"aws-cdk-lib": "^2.156.0",
"constructs": "^10.3.0",
"dotenv": "^16.4.5",
"esbuild": "^0.23.1",
"source-map-support": "^0.5.21",
"ts-jest": "^29.2.5",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.19.0",
"typescript": "^5.5.4"
},
"engines": {
"node": "=20"
},
"devDependencies": {
"cargo-lambda-cdk": "^0.0.22"
}
}