-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 929 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 929 Bytes
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
{
"name": "my-youtuber-channel",
"version": "1.0.0",
"description": "A Google Assistant app that provides latest updates about a YouTube channel or about last video uploaded.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/app.js",
"dev": "node -r dotenv/config src/app.js"
},
"author": "Shivam Sharma",
"license": "MIT",
"dependencies": {
"actions-on-google": "^2.7.0",
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"firebase-admin": "^8.0.0",
"fs": "0.0.1-security",
"google-auth-library": "^4.1.0",
"googleapis": "^40.0.0",
"hbs": "^4.1.1",
"hogan.js": "^3.0.2",
"jsonwebtoken": "^8.5.1",
"moment": "^2.24.0",
"nodemailer": "^6.2.1",
"nodemailer-sendgrid-transport": "^0.2.0"
},
"devDependencies": {
"dotenv": "^8.2.0"
}
}