-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 890 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
{
"name": "fitter-happier",
"version": "1.0.0",
"description": "self-care assistant",
"main": "index.js",
"scripts": {
"start": "npm run cred node index.js",
"dev": "",
"test": "test",
"test_query": "npm run cred node index_query.js",
"test_speech": "npm run cred node tests/speech.js",
"cred": "GOOGLE_APPLICATION_CREDENTIALS=./credentials/fitter-happier-233800-f1f8ee15800c.json"
},
"keywords": [
"thesis"
],
"author": "Jenna Xu",
"license": "ISC",
"dependencies": {
"@google-cloud/text-to-speech": "^0.5.1",
"actions-on-google": "^2.6.0",
"exec": "^0.2.1",
"firebase-admin": "^7.0.0",
"firebase-functions": "^2.2.0",
"googleapis": "^27.0.0",
"node-schedule": "^1.3.2",
"nodemailer": "^5.1.1",
"play-sound": "^1.1.3",
"readline": "^1.3.0",
"serialport": "^7.1.4",
"suncalc": "^1.8.0"
}
}