-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.59 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
59
60
61
62
{
"dependencies": {
"@ima-worldhealth/coral": "^2.0.0",
"@ima-worldhealth/cron-scheduler": "^1.4.0",
"@ima-worldhealth/dhis2-api": "^0.5.2",
"@ima-worldhealth/dhis2-crawler": "^0.14.0",
"@sendgrid/mail": "^7.1.1",
"better-sqlite3": "^7.0.1",
"connect-redis": "^6.0.0",
"cron-parser": "^4.1.0",
"dayjs": "^1.8.9",
"debug": "^4.1.1",
"delay": "^5.0.0",
"dotenv": "^16.0.0",
"express": "^4.16.4",
"express-flash": "^0.0.2",
"express-session": "^1.15.6",
"helmet": "^5.0.1",
"i18next": "^21.4.0",
"i18next-http-middleware": "^3.1.4",
"i18next-node-fs-backend": "^2.1.1",
"ioredis": "^5.0.3",
"nodemailer": "^6.4.10",
"normalize.css": "^8.0.1",
"p-retry": "^4.2.0",
"passport": "^0.5.0",
"passport-local": "^1.0.0",
"pug": "^3.0.0",
"shortid": "^2.2.14",
"spectre.css": "^0.5.8",
"tempy": "^1.0.0"
},
"devDependencies": {
"ava": "^4.0.0",
"eslint": "^8.1.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.20.2",
"release-it": "^15.0.0"
},
"name": "@ima-worldhealth/sunfish",
"version": "4.4.0",
"description": "A webapp for configuring DHIS2 email reports",
"main": "index.js",
"directories": {
"lib": "lib"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "ava",
"start": "node index.js",
"release": "release-it --disable-metrics --github.release"
},
"keywords": [
"DHIS2"
],
"author": "jniles",
"private": false,
"license": "MIT",
"repository": "git@github.com:IMA-WorldHealth/sunfish.git"
}