forked from dta0502/nCovMemory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 821 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
{
"name": "ncov-utils",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"update": "yarn fetch && yarn build ",
"fetch": "node ./utils/fetch.js",
"build": "node ./utils/generateReadmeFromCsv.js && cd gh-page && yarn build",
"cron": "pm2 start ./utils/cron.js",
"stop": "pm2 stop ./utils/cron.js",
"deploy": "git add -A && git commit -m \"deploy\" && git push"
},
"dependencies": {
"await-stream-ready": "^1.0.1",
"convert-array-to-csv": "^1.0.9",
"cron": "^1.8.2",
"date-fns": "^2.9.0",
"diff": "^4.0.2",
"error-ex": "git+https://github.com/Qix-/node-error-ex.git",
"fs-extra": "^8.1.0",
"handlebars": "^4.7.3",
"node-fetch": "^2.6.0",
"papaparse": "^5.1.1"
},
"devDependencies": {
"fs-extra-cli": "^0.0.4"
}
}