-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 844 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
{
"name": "ghana-covid-19-info-system",
"version": "1.0.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start:lambda": "netlify-lambda serve src/lambda --config ./webpack.functions.js",
"build:lambda": "netlify-lambda build src/lambda --config ./webpack.functions.js"
},
"description": "An information system to update an email lists on status of coronovaris (covid-19)",
"repository": "https://github.com/BaffourAdu/ghana-covid-19-info-system",
"author": "Baffour Adu Boampong",
"license": "MIT",
"devDependencies": {
"dotenv": "^8.2.0",
"netlify-lambda": "^1.6.3"
},
"dependencies": {
"@sendgrid/mail": "^6.5.5",
"axios": "^0.19.2",
"cheerio": "^1.0.0-rc.3",
"firebase-admin": "^8.10.0",
"lodash": "^4.17.15",
"webpack-node-externals": "^1.7.2"
}
}