blob: 2aaa4173828fbcad840f3bf4a2a9c1ecfd4b7c8f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"
}
}
|