-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 897 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
{
"name": "@filecoin-station/deal-observer-backend",
"type": "module",
"private": true,
"scripts": {
"migrate": "node ../db/bin/migrate.js",
"start": "node bin/deal-observer-backend.js",
"lint": "standard",
"test": "node --test --test-reporter=spec --test-concurrency=1"
},
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/pg-cursor": "^2.7.2",
"@types/slug": "^5.0.9",
"standard": "^17.1.2"
},
"dependencies": {
"@filecoin-station/deal-observer-db": "^1.0.0",
"@influxdata/influxdb-client": "^1.35.0",
"@ipld/dag-cbor": "^9.2.2",
"@ipld/dag-json": "^10.2.3",
"@sentry/node": "^9.14.0",
"@sinclair/typebox": "^0.34.33",
"debug": "^4.4.0",
"ethers": "^6.13.7",
"index-provider-peer-id": "^1.0.1",
"multiformats": "^13.3.2",
"p-retry": "^6.2.1",
"pg": "^8.15.6",
"pg-cursor": "^2.14.6"
}
}