aboutsummaryrefslogtreecommitdiffhomepage
path: root/worker/package.json
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-03-08 10:51:41 +0900
committernsfisis <nsfisis@gmail.com>2025-03-08 10:51:41 +0900
commita7ce31249948e4f0c1950de93f3c4f7cdda51cf4 (patch)
treec4c740f0cccd15f825596f7a115f3b8f8eb8ffa7 /worker/package.json
parent7f4d16dca85263dcbc7b3bb29f5fc50f4371739d (diff)
parentc06d46eae30c9468535fb6af5e9b822acadbbdb6 (diff)
downloadiosdc-japan-2025-albatross-a7ce31249948e4f0c1950de93f3c4f7cdda51cf4.tar.gz
iosdc-japan-2025-albatross-a7ce31249948e4f0c1950de93f3c4f7cdda51cf4.tar.zst
iosdc-japan-2025-albatross-a7ce31249948e4f0c1950de93f3c4f7cdda51cf4.zip
Merge branch 'phperkaigi-2025'
Diffstat (limited to 'worker/package.json')
-rw-r--r--worker/package.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/worker/package.json b/worker/package.json
new file mode 100644
index 0000000..2aaa417
--- /dev/null
+++ b/worker/package.json
@@ -0,0 +1,17 @@
+{
+ "name": "phperkaigi-2025-albatross-worker",
+ "private": true,
+ "type": "module",
+ "main": "index.mjs",
+ "scripts": {
+ "check": "npm run check:biome",
+ "check:biome": "biome check --write"
+ },
+ "devDependencies": {
+ "@biomejs/biome": "^1.9.4"
+ },
+ "dependencies": {
+ "@hono/node-server": "^1.13.8",
+ "hono": "^4.7.4"
+ }
+}