-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 862 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 862 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
{
"name": "2025-blackout-client",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "tsc",
"start": "nodemon --exec ts-node src/index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/express": "^5.0.0",
"@types/node": "^22.10.5",
"nodemon": "^3.1.9",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
},
"dependencies": {
"@aws-sdk/client-bedrock": "^3.726.1",
"@aws-sdk/client-bedrock-runtime": "^3.726.1",
"@aws-sdk/client-s3": "^3.726.1",
"@aws-sdk/credential-providers": "^3.726.1",
"@slack/bolt": "^4.2.0",
"aws-sdk": "^2.1692.0",
"axios": "^1.7.9",
"body-parser": "^2.0.2",
"cheerio": "^1.0.0",
"dotenv": "^16.4.7",
"express": "^5.0.1",
"playwright": "^1.49.1",
"puppeteer": "^24.0.0"
}
}