13 lines
211 B
JSON
13 lines
211 B
JSON
{
|
|
"name": "wetalk-api",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "bun run --hot src/index.ts",
|
|
"start": "bun run src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"hono": "^4.7.0"
|
|
}
|
|
}
|