-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 755 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "first-api",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "tsx watch src/index.ts",
"lint": "eslint .",
"lint:fix": "npm run lint --fix"
},
"dependencies": {
"@hono/node-server": "^1.13.7",
"@hono/zod-openapi": "^0.18.3",
"@scalar/hono-api-reference": "^0.5.164",
"dotenv": "^16.4.7",
"dotenv-expand": "^12.0.1",
"env": "link:@/env",
"hono": "^4.6.13",
"hono-pino": "^0.7.0",
"not-found": "link:stoker/middlewares/not-found",
"pino": "^9.5.0",
"pino-pretty": "^13.0.0",
"stoker": "^1.4.2",
"zod": "^3.24.1"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.0",
"@types/node": "^20.11.17",
"eslint": "^9.16.0",
"tsx": "^4.7.1"
}
}