36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"version": "0.1.3",
|
|
"name": "77th_eventcalendarnotification",
|
|
"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": {
|
|
"start": "bun run ./src/app.ts",
|
|
"dev": "NODE_ENV=development bun ./src/app.ts",
|
|
"db:init": "bun run ./run/db_init.ts",
|
|
"db:deleteall": "bun run ./run/db_event_deleteall.ts",
|
|
"db:event:dedup": "bun run ./run/db_event_delete_duplicates.ts",
|
|
"build": "bun build --compile --minify --sourcemap ./src/app.ts --outfile ./build/77th_eventcalendarnotification",
|
|
"build:linux": "bun build --compile --minify --sourcemap --target=bun-linux-arm64 ./src/app.ts --outfile ./build/77th_eventcalendarnotification",
|
|
"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"
|
|
}
|
|
}
|