This repository has been archived by the owner on May 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.61 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
{
"name": "sally",
"version": "1.0.0",
"description": "Binance Automated Rapid Trader",
"main": "index.js",
"scripts": {
"test": "mocha tests/* --require @babel/register",
"start": "nodemon index.js --require babel-register"
},
"repository": {
"type": "git",
"url": "git+https://github.com/susemeee/sally.git"
},
"author": "Suho Lee",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/susemeee/sally/issues"
},
"homepage": "https://github.com/susemeee/sally#readme",
"dependencies": {
"consola": "^1.4.1",
"dotenv": "^6.0.0",
"lodash": "^4.17.10",
"mime": "^2.3.1",
"node-binance-api": "^0.7.1",
"node-telegram-bot-api": "^0.30.0",
"plotly.js": "^1.38.3",
"puppeteer": "^1.5.0",
"talib": "^1.0.5"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.49",
"@babel/core": "^7.0.0-beta.49",
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.49",
"@babel/plugin-proposal-decorators": "^7.0.0-beta.49",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.49",
"@babel/register": "^7.0.0-beta.49",
"@types/lodash": "^4.14.109",
"babel-eslint": "^8.2.3",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"tslint": "^5.10.0",
"tslint-config-standard": "^7.0.0",
"tslint-eslint-rules": "^5.3.1",
"typescript": "^2.9.1"
}
}