-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 779 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 779 Bytes
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
{
"name": "grpc-client",
"version": "1.0.0",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"start": "node --import tsx dist/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@cosmjs/stargate": "^0.32.4",
"@dydxprotocol/v4-proto": "^7.0.2",
"@grpc/grpc-js": "^1.12.2",
"@grpc/proto-loader": "^0.7.13",
"axios": "^1.7.7",
"dotenv": "^16.4.5",
"lodash": "^4.17.21",
"long": "^5.2.3",
"prettier": "^3.3.3",
"tsconfig-paths": "^4.2.0",
"ws": "^8.18.0"
},
"devDependencies": {
"@types/lodash": "^4.17.13",
"@types/node": "^22.9.0",
"@types/ws": "^8.5.13",
"tsc-alias": "^1.8.10",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
}
}