-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
72 lines (72 loc) · 1.74 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
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
{
"name": "@cryptowl/bot",
"version": "1.0.0",
"description": "",
"private": true,
"main": "src/index.js",
"scripts": {
"dev": "nodemon src/index.js --delay 1",
"start": "node src/index.js",
"lint": "eslint ."
},
"files": [
"src",
"docs",
"config"
],
"engines": {
"node": ">=8.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/cryptowljs/cryptowl_bot.git"
},
"author": {
"email": "[email protected]",
"name": "Patricio López Juri",
"url": "https://lopezjuri.com",
"username": "mrpatiwi"
},
"license": "MIT",
"dependencies": {
"@cryptolatam/cryptomkt": "^0.2.1",
"@cryptolatam/money": "^0.1.7",
"@cryptolatam/surbtc": "^0.2.1",
"@cryptolw/error": "^0.0.3",
"@cryptolw/exchange-cryptomkt": "^0.0.2",
"@cryptolw/exchange-surbtc": "^0.0.2",
"@cryptolw/money-data": "^0.0.2",
"@cryptolw/money-format": "^0.0.2",
"@cryptolw/money-parse": "^0.0.3",
"axios": "^0.17.1",
"bluebird": "^3.5.1",
"columnify": "^1.5.4",
"country-data": "^0.0.31",
"dedent": "^0.7.0",
"dotenv": "^4.0.0",
"koa": "^2.4.1",
"koa-bodyparser": "^4.2.0",
"koa-logger": "^3.1.0",
"koa-router": "^7.3.0",
"lodash": "^4.17.4",
"millisecond": "^0.1.2",
"moment": "^2.19.1",
"mz": "^2.7.0",
"nconf": "^0.8.5",
"numeral": "^2.0.6",
"rxjs": "^5.5.6",
"scrape-it": "^4.1.2",
"telegraf": "^3.17.2",
"winston": "^2.4.0",
"winston-daily-rotate-file": "^1.7.2"
},
"optionalDependencies": {},
"peerDependencies": {},
"devDependencies": {
"eslint": "^4.9.0",
"eslint-config-prettier": "^2.6.0",
"eslint-plugin-prettier": "^2.3.1",
"nodemon": "^1.12.1",
"prettier": "^1.7.4"
}
}