-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 780 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 780 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
35
36
37
{
"name": "bit-trader",
"version": "0.0.1",
"description": "-",
"main": "-",
"scripts": {
"build": "node ./deploy"
},
"repository": "https://github.com/Haidy777/bit-trader.git",
"keywords": [
"bitcoin",
"trading",
"trading-bot",
"bot",
"kraken"
],
"author": "Haidy777",
"license": "MIT",
"dependencies": {
"bluebird": "^3.5.0",
"fs-extra": "^4.0.1",
"get-port": "^3.1.0",
"kraken-api": "git+https://github.com/Mik13/npm-kraken-api.git",
"lodash": "^4.17.4",
"micro": "^8.0.1",
"microrouter": "^2.2.1",
"mri": "^1.1.0",
"pino": "^4.7.1",
"request": "^2.81.0",
"socket.io": "^2.0.3",
"uuid": "^3.1.0"
},
"devDependencies": {
"async-to-gen": "^1.3.3",
"klaw": "^2.0.0"
}
}