-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.09 KB
/
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
42
43
44
45
46
{
"name": "@tinkoff/invest-js",
"version": "1.24.0",
"description": "Tinkoff Invest OpenAPI Client",
"types": "./build/index.d.ts",
"engines": {
"node": ">=10.0.0"
},
"directories": {
"example": "example"
},
"exports": {
".": "./build/index.js"
},
"scripts": {
"build": "sh ./tools/build.sh",
"gen": "sh ./tools/gen.sh",
"watch": "tsc --watch",
"prepublishOnly": "git push --follow-tags && gh-release -y",
"version": "auto-changelog -p --template keepachangelog auto-changelog --breaking-pattern 'BREAKING CHANGE:' && git add CHANGELOG.md"
},
"repository": {
"type": "git",
"url": "https://github.com/RussianInvestments/invest-js"
},
"keywords": [
"trading",
"investment",
"strategy",
"bot"
],
"license": "Apache-2.0",
"devDependencies": {
"ts-node": "^8.8.1",
"auto-changelog": "^1.16.2",
"gh-release": "^3.5.0"
},
"dependencies": {
"@grpc/grpc-js": "^1.5.0",
"@grpc/proto-loader": "^0.6.9",
"grpc-tools": "^1.11.2",
"prettier": "^2.0.5",
"tslib": "^2.0.0",
"typescript": "^4.3.4"
}
}