mirror of
https://github.com/bendtherules/mispair-demo.git
synced 2026-08-18 13:22:17 +00:00
12 lines
181 B
JSON
12 lines
181 B
JSON
{
|
|
"name": "mispair-demo",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"dependencies": {
|
|
"hono": "^4.6.0",
|
|
"@hono/node-server": "^1.13.0"
|
|
}
|
|
}
|