-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1017 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
30
31
32
33
34
35
36
37
{
"name": "about",
"version": "1.0.3",
"description": "About Mohammad Afzal",
"engines": {
"node": ">8"
},
"main": "functions/index.js",
"scripts": {
"build-css": "node-sass --include-path scss scss/main.scss -o docs/css",
"serve": "firebase emulators:start",
"shell": "firebase functions:shell",
"start.old": "npm run shell",
"start": "node functions/localserver.js",
"deploy": "firebase deploy --only hosting",
"logs": "firebase functions:log",
"login:ci": "firebase login:ci",
"notify-deployment": "node ./logdeployment.js"
},
"dependencies": {
"firebase-admin": "^9.8.0",
"firebase-functions": "^3.14.1",
"firebase-tools": "^9.11.0",
"node-sass": "^9.0.0",
"nodemailer": "^6.6.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/afzalex/about.git"
},
"keywords": [
"AboutMohammadAfzal"
],
"author": "Mohammad Afzal",
"license": "ISC",
"homepage": "https://github.com/afzalex/about#readme"
}