forked from mtvkand/invest-nodejs-grpc-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 992 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
40
41
{
"name": "tinkoff-sdk-grpc-js",
"version": "1.19.1",
"description": "",
"main": "dist/sdk.js",
"scripts": {
"build": "npx tsc",
"lint-fix": "eslint \"src/**/{*.ts,*.tsx}\" --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/pskucherov/InvestSDKgRPCJS.git"
},
"keywords": [
"trading",
"investment",
"strategy"
],
"author": "pskucherov",
"license": "Apache-2.0",
"dependencies": {
"@grpc/grpc-js": "1.7.3",
"long": "^5.2.1",
"nice-grpc": "2.1.0",
"protobufjs": "^7.2.5"
},
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/google-protobuf": "^3.15.5",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"grpc-tools": "1.10.0",
"nodemon": "^2.0.15",
"prettier": "^2.6.1",
"ts-node": "^10.7.0",
"ts-proto": "1.112.0"
}
}