-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 732 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 732 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
{
"name": "middleware",
"license": "BUSL-1.1",
"scripts": {
"serve": "sls offline -s local --noPrependStageInUrl --httpPort 7575 --lambdaPort 7574"
},
"dependencies": {
"@blockswaplab/rpbs-self-attestation": "1.0.0",
"axios": "^1.4.0",
"bn.js": "^5.2.1",
"body-parser": "^1.19.0",
"ethereumjs-util": "7.1.5",
"ethers": "^5.5.1",
"express": "^4.18.2",
"graphql": "^16.1.0",
"graphql-request": "^3.7.0",
"lodash": "^4.17.21",
"uuid": "^9.0.0",
"serverless": "3.34.0",
"serverless-offline": "12.0.4",
"serverless-plugin-ifelse": "1.0.7",
"web3": "1.6.0"
},
"devDependencies": {
"chai": "^4.3.4",
"chai-http": "^4.3.0",
"dotenv": "^10.0.0"
}
}