Skip to content

Built for people who want to own their automations. Join the waitlist for an invite.

Package listing

@kody/morning-briefing

package.json

46 lines · 1.2 KB · JSON
{
	"name": "@kody/morning-briefing",
	"version": "1.0.0",
	"private": false,
	"license": "MIT",
	"type": "module",
	"description": "Composable daily briefing from calendar, weather, and optional inbox or home signals.",
	"exports": {
		".": "./src/index.ts",
		"./run-morning-briefing": "./src/run-morning-briefing.ts",
		"./build-report": "./src/build-report.ts",
		"./get-report": "./src/get-report.ts"
	},
	"kody": {
		"id": "morning-briefing",
		"description": "Composable daily briefing from calendar, weather, and optional inbox or home signals.",
		"tags": [
			"morning",
			"briefing",
			"calendar",
			"weather",
			"inbox",
			"health",
			"home",
			"email",
			"notify",
			"daily",
			"composable"
		],
		"searchText": "morning briefing daily calendar weather inbox gmail health air quality home email notify dryRun compose sources google oauth open-meteo local-conditions run-morning-briefing build-report get-report",
		"dependencies": {
			"@kody/google": "*"
		},
		"jobs": {
			"daily-morning-briefing": {
				"entry": "./src/jobs/daily-morning-briefing.ts",
				"schedule": {
					"type": "cron",
					"expression": "0 7 * * *"
				},
				"timezone": "UTC",
				"enabled": false
			}
		}
	}
}