-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 882 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
{
"name": "avalanche-explorer",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/desislavva/avalanche-explorer.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/desislavva/avalanche-explorer/issues"
},
"homepage": "https://github.com/desislavva/avalanche-explorer#readme",
"dependencies": {
"axios": "^0.21.1",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"swagger-jsdoc": "^6.1.0",
"swagger-ui-express": "^4.1.6",
"web3-utils": "^1.5.2",
"ws": "^8.2.3"
},
"devDependencies": {
"jest": "^27.2.4",
"jest-openapi": "^0.14.0",
"nodemon": "^2.0.12",
"path": "^0.12.7",
"supertest": "^6.1.6"
}
}