-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.66 KB
/
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
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
{
"name": "minanft-api",
"description": "Mina NFT backend, API and telegram bot",
"keywords": [
"minanft",
"NFT",
"backend",
"bot",
"telegram",
"mina",
"zkapp",
"zk",
"blockchain",
"web3",
"zero knowledge"
],
"version": "1.6.0",
"author": "dfst.io",
"license": "Apache-2.0",
"scripts": {
"deploy": "serverless deploy --aws-profile minanft",
"prune": "serverless prune --aws-profile minanft -n 5",
"compile": "serverless package --aws-profile minanft",
"info": "serverless info --aws-profile minanft",
"org": "serverless --org=dfstio --aws-profile minanft"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.140",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20.14.9",
"@types/remove-markdown": "^0.3.4",
"@types/serverless": "^3.12.22",
"serverless": "^3.39.0",
"serverless-plugin-typescript": "^2.1.5",
"serverless-prune-plugin": "^2.0.2",
"typescript": "^5.5.2"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.606.0",
"@aws-sdk/client-elastic-transcoder": "^3.606.0",
"@aws-sdk/client-kms": "^3.606.0",
"@aws-sdk/client-lambda": "^3.606.0",
"@aws-sdk/client-polly": "^3.606.0",
"@aws-sdk/client-s3": "^3.606.0",
"@aws-sdk/util-dynamodb": "^3.606.0",
"algoliasearch": "^4.24.0",
"axios": "^1.7.2",
"form-data": "^4.0.0",
"i18next": "^23.11.5",
"jsonwebtoken": "^9.0.2",
"minanft": "^1.19.2",
"o1js": "^1.4.0",
"openai": "^4.52.2",
"rate-limiter-flexible": "^5.0.3",
"remove-markdown": "^0.5.0",
"telegraf": "4.16.3",
"telegramify-markdown": "^1.1.3"
},
"packageManager": "[email protected]"
}