-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 740 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 740 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
{
"name": "rng_program_api",
"version": "1.0.0",
"description": "",
"main": "api/server.js",
"type": "module",
"scripts": {
"start": "nodemon api/server.js",
"test": "NODE_ENV=test mocha --experimental-modules tests/*.test.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-secrets-manager": "^3.596.0",
"@solana/spl-memo": "^0.2.5",
"@solana/spl-token": "^0.4.6",
"@solana/web3.js": "^1.92.3",
"bs58": "^5.0.0",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"pako": "^2.1.0",
"serverless-http": "^3.2.0",
"tweetnacl": "^1.0.3",
"winston": "^3.14.1"
},
"devDependencies": {
"nodemon": "^3.1.3"
}
}