-
Notifications
You must be signed in to change notification settings - Fork 74
/
Copy pathpackage.json
39 lines (39 loc) · 943 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
38
39
{
"name": "@terra-money/price-server",
"version": "3.0.2",
"main": "dist/index.js",
"license": "Apache-2.0",
"scripts": {
"start": "ts-node src/index.ts",
"build": "tsc"
},
"dependencies": {
"@opentelemetry/api": "^1.0.2",
"@opentelemetry/exporter-prometheus": "^0.23.0",
"@opentelemetry/metrics": "^0.23.0",
"@polka/send-type": "^0.5.2",
"@sentry/node": "^6.0.2",
"bignumber.js": "^9.0.1",
"bluebird": "^3.7.2",
"config": "^3.3.3",
"csv-writer": "^1.6.0",
"date-fns": "^2.16.1",
"form-data": "^4.0.0",
"lodash": "^4.17.20",
"node-fetch": "^2.6.7",
"pako": "^2.0.3",
"polka": "^0.5.2",
"ts-node": "^10.9.1",
"typescript": "^4.1.3",
"ws": "^7.4.2"
},
"devDependencies": {
"@types/bluebird": "^3.5.37",
"@types/lodash": "^4.14.189",
"@types/node-fetch": "^2.5.8",
"@types/ws": "^7.4.0"
},
"engines": {
"node": ">=18"
}
}