-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.09 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.09 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
{
"name": "mv-cron",
"version": "1.0.0",
"description": "Marchas Virtuales' CRON jobs",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"eslint": "^7.17.0",
"eslint-config-node": "^4.1.0",
"eslint-config-prettier": "^7.1.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^5.0.0",
"nodemon": "^2.0.2",
"prettier": "^2.2.1",
"prettier-eslint": "^12.0.0"
},
"dependencies": {
"async": "^3.2.0",
"axios": "^0.21.1",
"big-integer": "^1.6.48",
"bunyan": "^1.8.15",
"bunyan-format": "^0.2.1",
"config": "^3.3.3",
"dotenv": "^8.2.0",
"lodash": "^4.17.20",
"mv-models": "^4.0.7",
"node-schedule": "^1.3.2",
"pify": "^5.0.0",
"puppeteer": "^5.5.0",
"redis": "^3.0.2",
"twitter": "^1.7.1"
}
}