Files
77th_eventcalenderntfy/package.json
2025-10-26 14:06:34 +01:00

35 lines
1.1 KiB
JSON

{
"version": "0.1.1",
"name": "77th_eventcalendernotification",
"module": "./src/app.ts",
"type": "module",
"private": true,
"devDependencies": {
"@eslint/js": "^9.38.0",
"@types/bun": "^1.3.0",
"@types/minimist": "^1.2.5",
"@typescript-eslint/eslint-plugin": "^8.46.2",
"@typescript-eslint/parser": "^8.46.2",
"eslint": "^9.38.0",
"globals": "^16.4.0",
"jiti": "^2.6.1",
"typescript-eslint": "^8.46.2"
},
"scripts": {
"dev": "bun run ./src/app.ts",
"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_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": {
"typescript": "^5.9.3"
},
"dependencies": {
"dotenv": "^17.2.3",
"minimist": "^1.2.8"
}
}