From 420076a8cf405276bdff682bbf0c210cc0dda299 Mon Sep 17 00:00:00 2001 From: chiko Date: Sun, 26 Oct 2025 14:06:34 +0100 Subject: [PATCH] Changed Package Name. --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ae09f4b..85bdd4d 100644 --- a/package.json +++ b/package.json @@ -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": {