middleware.accords-library.com/package.json

12 lines
167 B
JSON
Raw Normal View History

2023-09-02 19:37:45 +00:00
{
"scripts": {
"start": "bun run --watch src/index.ts"
},
"dependencies": {
"hono": "^3.5.4"
},
"devDependencies": {
"bun-types": "^0.6.2"
}
}