forked from cryptopupua/kuna-api-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 1.99 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 1.99 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"_from": "kuna-api-sdk",
"_inBundle": false,
"_integrity": "sha512-Jxx8pNpJKvnotT/KdT2LVqSma4kwlL4XRSTKy4wyHdpZFyuGBh7YpWqLE7uaiXZaPH4MVKM3McJftdCRwjQm0g==",
"_location": "/kuna-api-sdk",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "kuna-api-sdk",
"name": "kuna-api-sdk",
"escapedName": "kuna-api-sdk",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/kuna-api-sdk/-/kuna-api-sdk-1.0.2.tgz",
"_shasum": "4e026aba94c1520bd15662505501d06154ba81bc",
"_spec": "kuna-api-sdk",
"_where": "C:\\sources\\Kuna-api-sdk",
"author": "",
"bundleDependencies": [],
"dependencies": {
"axios": "^0.21.1",
"axios-https-proxy-fix": "^0.17.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"config": "^3.3.6",
"cross-env": "^7.0.3",
"crypto-js": "^3.1.9-1",
"express": "^4.17.1",
"express-validator": "^6.13.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.0.12",
"prompt-sync": "^4.2.0",
"query-string": "^6.5.0"
},
"repository": {
"type": "git",
"url": "https://github.com/BtcRelax/kuna-api-sdk.git"
},
"bugs": {
"url": "https://github.com/BtcRelax/kuna-api-sdk/issues"
},
"homepage": "https://github.com/BtcRelax/kuna-api-sdk",
"deprecated": false,
"description": "Kuna api sdk - V3, V2",
"keywords": [],
"license": "ISC",
"main": "server.js",
"name": "kuna-api-sdk",
"scripts": {
"start": "cross-env NODE_ENV=production node server.js",
"server": "nodemon server.js",
"account": "node account.js",
"kunacode": "node kunacode.js",
"balance": "node balance.js",
"order": "node order.js",
"withdraw": "node withdraw.js",
"create": "node createkunacode.js",
"test": "node server.js"
},
"version": "3.0.1",
"jshintConfig": {
"esversion": 9
},
"devDependencies": {
"concurrently": "^6.3.0",
"nodemon": "^2.0.15"
}
}