-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.02 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
{
"name": "monetus-fia-bot",
"version": "1.2.0",
"description": "Track the Monetus FIA",
"repository": {
"url": "zavan/monetus-fia-bot",
"type": "git"
},
"main": "index.js",
"scripts": {
"dev": "supervisor -x micro-bot -- index.js -e",
"start": "micro-bot -e",
"lint": "eslint .",
"test": "yarn lint && yarn jest"
},
"engines": {
"node": ">=8.5.0"
},
"author": "Felipe Zavan <[email protected]>",
"license": "MIT",
"dependencies": {
"axios": "^0.18.0",
"dotenv": "^5.0.1",
"lodash.chunk": "^4.2.0",
"micro-bot": "^2.2.4",
"node-schedule": "^1.3.0",
"sqlite3": "^4.0.0",
"wkhtmltox": "^1.1.1",
"yahoo-finance": "^0.3.5"
},
"devDependencies": {
"eslint": "^4.17.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jest": "^21.15.1",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"jest": "^22.4.3",
"supervisor": "^0.12.0"
}
}