-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1004 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "radia-server",
"version": "1.0.0",
"description": "",
"main": "server.js",
"dependencies": {
"@mailchimp/mailchimp_transactional": "^1.0.47",
"@solana/web3.js": "^1.44.3",
"@thirdweb-dev/sdk": "^2.3.32",
"@toruslabs/openlogin-ed25519": "^2.0.0",
"aws-sdk": "^2.1214.0",
"body-parser": "^1.20.0",
"bs58": "^5.0.0",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"ethers": "^5.7.1",
"express": "^4.18.1",
"http": "^0.0.1-security",
"jose": "^4.9.0",
"mixpanel": "^0.17.0",
"multer": "^1.4.5-lts.1",
"multer-s3": "^2.10.0",
"request": "^2.88.2",
"serverless-http": "^3.0.1",
"web3": "^1.7.4"
},
"devDependencies": {
"nodemon": "^2.0.18",
"serverless-add-api-key": "^4.2.1",
"serverless-apigw-binary": "^0.4.4"
},
"scripts": {
"test": "nodemon server.js",
"start": "nodemon server.js",
"deploy": "sls deploy --aws-profile radia-server-deployer"
},
"author": "",
"license": "ISC"
}