-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 911 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
{
"name": "chain-healthcheck-sidecar",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"scripts": {
"start": "ts-node src/index.ts",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pokt-foundation/chain-healthcheck-sidecar.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/pokt-foundation/chain-healthcheck-sidecar/issues"
},
"homepage": "https://github.com/pokt-foundation/chain-healthcheck-sidecar#readme",
"devDependencies": {
"@types/express": "^4.17.13",
"ts-node": "^10.7.0",
"typescript": "^4.6.4"
},
"dependencies": {
"axios": "^0.27.2",
"express": "^4.18.1",
"graphql-request": "^6.1.0",
"pino": "^7.11.0",
"prom-client": "^14.0.1"
}
}