-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
53 lines (53 loc) · 1.1 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
{
"name": "se-lab-email",
"version": "1.1.0",
"description": "SE Lab Email PWA",
"keywords": [
"PWA",
"services",
"email"
],
"man": [
"../README.MD"
],
"repository": {
"type": "git",
"url": "https://github.com/aravindvnair99/Email-Application.git"
},
"author": "Contributors",
"contributors": [
{
"name": "Aravind V Nair",
"url": "https://github.com/AravindVNair99"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/aravindvnair99/Email-Application/issues"
},
"homepage": "https://se-lab-email.web.app",
"scripts": {
"lint": "eslint .",
"serve": "firebase serve --only functions",
"shell": "firebase functions:shell",
"start": "npm run shell",
"deploy": "firebase deploy --only functions",
"logs": "firebase functions:log"
},
"engines": {
"node": "10"
},
"dependencies": {
"cookie-parser": "^1.4.6",
"ejs": "^3.1.6",
"express": "^4.17.1",
"firebase-admin": "^11.4.1",
"firebase-functions": "^3.16.0"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-plugin-promise": "^5.2.0",
"firebase-functions-test": "^0.3.3"
},
"private": true
}