forked from synapsecns/explorer-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 794 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
{
"name": "synapse-explorer-api",
"version": "1.0.0",
"type": "module",
"description": "",
"main": "index.js",
"scripts": {
"run": "node index.js",
"start": "nodemon index.js",
"test": "mocha --timeout 20000 --exit"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@synapseprotocol/sdk": "^0.95.0-beta.20",
"apollo-server": "^3.8.1",
"apollo-server-core": "^3.8.1",
"chai": "^4.3.6",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"ethers": "^5.6.6",
"express": "^4.17.3",
"graphql": "^16.5.0",
"ioredis": "^5.0.5",
"mocha": "^10.0.0",
"mongodb": "^4.5.0",
"node-fetch": "^2.6.7",
"object-hash": "^3.0.0",
"supertest": "^6.2.3"
},
"devDependencies": {
"nodemon": "^2.0.16"
}
}