-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
23 lines (23 loc) · 910 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
{
"name": "strata-vct",
"version": "1.0.0",
"description": "StratAssist VCT aims to revolutionize the way esports teams are managed and prepared for competitions, providing a competitive edge through detailed analytics and AI-powered insights. The tool not only supports team managers in making informed decisions but also promotes a deeper understanding and appreciation of the strategic aspects of VALORANT esports.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-bedrock": "^3.645.0",
"@aws-sdk/client-bedrock-runtime": "^3.422.0",
"@langchain/community": "^0.2.32",
"@langchain/core": "^0.2.31",
"aws-sdk": "^2.1691.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"langchain": "^0.2.18"
}
}