Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
BitgetLimited
GitHub Repository: BitgetLimited/V3-bitget-api-sdk
Path: blob/master/bitget-node-sdk-api/package.json
731 views
1
{
2
"name": "bitget-api-node-sdk",
3
"version": "2.1.3",
4
"description": "",
5
"main": "build/index.js",
6
"types": "build/index.d.ts",
7
"scripts": {
8
"test": "jest",
9
"build": "tsc -p tsconfig.json",
10
"lint": "tslint --fix --project .",
11
"clean": "rm -rf build/",
12
"doc": "typedoc --out docs src"
13
},
14
"dependencies": {
15
"axios": "^0.19.2",
16
"crc-32": "^1.2.0",
17
"crypto": "^1.0.1",
18
"node-rsa": "^1.1.1",
19
"pako": "^1.0.8",
20
"querystring": "^0.2.0",
21
"ws": "^6.1.4"
22
},
23
"devDependencies": {
24
"@types/axios": "^0.14.0",
25
"@types/node": "^14.0.24",
26
"@types/pako": "^1.0.1",
27
"@types/ws": "^6.0.1",
28
"husky": "^4.2.5",
29
"jest": "^26.1.0",
30
"prettier": "^2.0.5",
31
"ts-jest": "^26.1.3",
32
"tslint": "^6.1.2",
33
"typedoc": "^0.17.8",
34
"typescript": "^3.9.7"
35
},
36
"husky": {
37
"hooks": {
38
"pre-commit": "npm run lint"
39
}
40
},
41
"author": "bitget openapi",
42
"license": "ISC"
43
}
44
45