Changed Package Name.

This commit is contained in:
2025-10-26 14:06:34 +01:00
parent d5a1bc9fa7
commit 420076a8cf

View File

@@ -1,6 +1,6 @@
{
"version": "0.1.1",
"name": "eventcalender",
"name": "77th_eventcalendernotification",
"module": "./src/app.ts",
"type": "module",
"private": true,
@@ -20,8 +20,8 @@
"dev:init": "bun run ./src/app.ts --init",
"db:init": "bun run ./run/db_init.ts",
"db:deleteall": "bun run ./run/db_deleteall.ts",
"build": "bun build --compile --minify --sourcemap ./src/app.ts --outfile ./build/77th_event_calendar_notification",
"build:linux": "bun build --compile --minify --sourcemap --target=bun-linux-arm64 ./src/app.ts --outfile ./build/77th_event_calendar_notification",
"build": "bun build --compile --minify --sourcemap ./src/app.ts --outfile ./build/77th_eventcalendernotification",
"build:linux": "bun build --compile --minify --sourcemap --target=bun-linux-arm64 ./src/app.ts --outfile ./build/77th_eventcalendernotification",
"docker:build": "docker build -t chiko/77th_eventcalendarntfy:0.1.0 ."
},
"peerDependencies": {