-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 1.28 KB
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
{
"name": "briefings",
"version": "1.0.0",
"description": "Receipt printer briefings for Epson TM-T20III",
"main": "morning-briefing/index.js",
"scripts": {
"morning": "node morning-briefing/index.js",
"morning:test": "node morning-briefing/index.js --test",
"auth": "node morning-briefing/auth.js",
"strava": "node strava-briefing/index.js",
"strava:test": "node strava-briefing/index.js --test",
"strava:auth": "node strava-briefing/auth.js",
"lastfm": "node lastfm-briefing/index.js",
"lastfm:test": "node lastfm-briefing/index.js --test",
"lastfm:weekly": "node lastfm-briefing/index.js",
"lastfm:weekly:test": "node lastfm-briefing/index.js --test",
"lastfm:monthly": "node lastfm-briefing/monthly.js",
"lastfm:monthly:test": "node lastfm-briefing/monthly.js --test",
"spotify:auth": "node lastfm-briefing/auth-spotify.js",
"transit:weekly": "node transit-briefing/index.js",
"transit:weekly:test": "node transit-briefing/index.js --test",
"transit:monthly": "node transit-briefing/monthly.js",
"transit:monthly:test": "node transit-briefing/monthly.js --test"
},
"dependencies": {
"dotenv": "^16.4.7",
"googleapis": "^144.0.0",
"nodemailer": "^6.10.1",
"qrcode": "^1.5.4",
"sharp": "^0.33.0"
}
}