-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 964 Bytes
/
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
{
"name": "42-api-aggregator-cron",
"version": "0.0.1",
"description": "A 42's api scapper with cron task used for 42 charts",
"main": "index.js",
"scripts": {
"start": "nodemon ./index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/42Charts/42-api-aggregator-cron.git"
},
"keywords": [
"42Api",
"cron",
"42charts",
"scrapping",
"update"
],
"author": "yfuks",
"license": "MIT",
"bugs": {
"url": "https://github.com/42Charts/42-api-aggregator-cron/issues"
},
"homepage": "https://github.com/42Charts/42-api-aggregator-cron#readme",
"devDependencies": {
"nodemon": "^1.18.6"
},
"dependencies": {
"async": "^2.6.1",
"bottleneck": "^2.13.0",
"dotenv": "^6.1.0",
"moment": "^2.22.2",
"mysql": "^2.16.0",
"node-cron": "^2.0.3",
"node-fetch": "^2.3.0",
"underscore": "^1.9.1"
}
}