feat: 项目从deno迁移回使用bun
This commit is contained in:
21
package.json
Normal file
21
package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "my-score-backend",
|
||||
"version": "1.0.0",
|
||||
"description": "My Score Backend API",
|
||||
"type": "module",
|
||||
"main": "main.ts",
|
||||
"scripts": {
|
||||
"start": "bun run main.ts",
|
||||
"dev": "bun --watch main.ts"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"hono": "^4.7.11",
|
||||
"postgres": "^3.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user