-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.69 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.69 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
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "mightytigersbot",
"version": "2.0.0",
"description": "Bot for MightyTigers Team V2",
"bin": {
"ts-lambda": "bin/todo-api.js"
},
"author": "breedish",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "npm run test:unit",
"test:unit": "jest --testPathPattern=unit",
"test:integ": "jest --testPathPattern=integ",
"cdk": "cdk",
"coverage": "jest --coverage jest --testPathPattern=unit"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.178.0",
"@aws-sdk/client-lambda": "^3.179.0",
"@aws-sdk/client-ssm": "^3.352.0",
"@aws-sdk/lib-dynamodb": "^3.178.0",
"@aws-sdk/util-dynamodb": "^3.348.0",
"@middy/core": "^4.5.0",
"@types/aws-lambda": "^8.10.115",
"aws-cdk-lib": "2.82.0",
"aws-sdk": "^2.1223.0",
"aws-sdk-mock": "^5.8.0",
"axios": "^1.1.3",
"constructs": "^10.2.43",
"ejs": "^3.1.9",
"esbuild": "^0.17.19",
"moment": "^2.29.4",
"node-fetch": "^3.2.10",
"phin": "^3.6.1",
"shortid": "^2.2.16",
"source-map-support": "^0.5.21",
"telegraf": "^4.12.2",
"ulid": "2.3.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@aws-lambda-powertools/logger": "^1.4.0",
"@aws-lambda-powertools/metrics": "^1.4.0",
"@aws-lambda-powertools/tracer": "^1.4.0",
"@types/ejs": "^3.1.2",
"@types/jest": "^29.5.2",
"@types/node": "20.2.5",
"@types/prettier": "2.7.3",
"@types/shortid": "^0.0.29",
"aws-cdk": "2.82.0",
"jest": "^29.5.0",
"jest-cli": "^29.5.0",
"jest-junit": "^16.0.0",
"nyc": "^15.1.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typegram": "^5.0.0",
"typescript": "~5.1.3"
}
}