-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
58 lines (58 loc) · 1.51 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
54
55
56
57
58
{
"name": "trackovid19-backend",
"version": "1.0.0",
"description": "Trackovid-19 API",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon $NODE_DEBUG_OPTION --watch . --ext js",
"generate-db": "node ./db/generate.js",
"genkeys": "node ./tools/genkeys.js",
"notify-users-no-update-24h": "node ./jobs/notify-users-no-update-24h.js"
},
"keywords": [
"trackovid19",
"covid19",
"trackovid-19",
"tracovid19",
"tracovid-19",
"covid-19"
],
"author": "Tech4COVID19 Team",
"license": "ISC",
"peerDependencies": {
"sequelize": "^5.21.5"
},
"dependencies": {
"aws-sdk": "^2.647.0",
"cheerio": "^1.0.0-rc.3",
"cors": "^2.8.5",
"crypto-random-string": "^3.2.0",
"datauri": "^2.0.0",
"dotenv": "^8.2.0",
"fastify": "^2.13.0",
"fastify-autoload": "^1.0.0",
"fastify-axios": "^1.1.1",
"fastify-helmet": "^3.0.2",
"fastify-jwt": "^1.2.1",
"fastify-oas": "^2.5.2",
"fastify-oauth2": "^3.1.0",
"fastify-plugin": "^1.5.0",
"fastify-rate-limit": "^3.0.1",
"fastify-sequelize": "^1.0.4",
"fastify-static": "^2.6.0",
"moment": "^2.24.0",
"pdfjs": "^2.3.5",
"pg": "6.4.2",
"sequelize-auto": "^0.4.29",
"serverless-http": "^2.3.2",
"svg2img": "^0.6.1",
"uuid": "^7.0.2",
"web-push": "^3.4.3"
},
"devDependencies": {
"nodemon": "^2.0.2",
"sequelize-cli": "^5.5.1",
"serverless-stage-manager": "^1.0.5"
}
}