-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.24 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.24 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
{
"name": "cof",
"version": "1.0.0",
"description": "Clash of Farms (COF) is a browser-based strategy game that blends dynamic battles with immersive farm management. Built for the Spring Hackathon 2025, hosted by Serverless Guru, the game challenges players to grow, defend, and dominate.",
"main": "index.js",
"workspaces": [
"packages/*",
"infrastructure",
"script"
],
"scripts": {
"build": "npm run build --workspaces",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sandjio/cof.git"
},
"keywords": [],
"author": "Sandjio",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/Sandjio/cof/issues"
},
"homepage": "https://github.com/Sandjio/cof#readme",
"devDependencies": {
"@types/aws-lambda": "^8.10.149",
"@types/jest": "^29.5.14",
"@types/node": "^22.15.3",
"aws-sdk-client-mock": "^4.1.0",
"jest": "^29.7.0",
"ts-jest": "^29.3.2",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.797.0",
"@aws-sdk/client-secrets-manager": "^3.799.0",
"@aws-sdk/lib-dynamodb": "^3.797.0",
"@gomomento/sdk": "^1.111.0",
"dotenv": "^16.5.0"
}
}