-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 974 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 974 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": "arena-lambdas",
"version": "1.0.0",
"main": "src/index.js",
"keywords": [],
"author": "",
"license": "GPL-3.0-only",
"description": "Lambda functions to integrate Discord into the Arena DAO",
"packageManager": "yarn@4.5.3",
"scripts": {
"build": "ts-node build.ts",
"lint": "biome check --write ./src/"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/aws-lambda": "^8.10.148",
"@types/jsonwebtoken": "^9.0.9",
"@types/node": "^22.13.13",
"aws-sdk": "^2.1692.0",
"esbuild": "^0.24.2",
"esbuild-node-externals": "^1.18.0",
"serverless": "4.9.1",
"typescript": "^5.8.2"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.775.0",
"@aws-sdk/client-s3": "^3.775.0",
"@aws-sdk/s3-presigned-post": "^3.775.0",
"@cosmjs/cosmwasm-stargate": "^0.32.4",
"@cosmjs/proto-signing": "^0.32.4",
"axios": "^1.8.4",
"cookie": "^1.0.2",
"discord.js": "^14.18.0"
}
}