-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 804 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 804 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
{
"name": "lambda-hono",
"scripts": {
"dev": "sls offline",
"deploy": "sls deploy --aws-s3-accelerate",
"lint": "biome check --apply --no-errors-on-unmatched --files-ignore-unknown=true src",
"postinstall": "lefthook install",
"commit": "git add . && git-cz"
},
"dependencies": {
"hono": "^3.12.12"
},
"devDependencies": {
"@biomejs/biome": "^1.5.3",
"@serverless/typescript": "^3.38.0",
"@tsconfig/node-lts": "^20.1.1",
"@types/aws-lambda": "^8.10.134",
"@types/node": "^20.11.20",
"cross-env": "^7.0.3",
"esbuild": "^0.20.1",
"git-cz": "^4.9.0",
"lefthook": "^1.6.1",
"serverless": "^3.38.0",
"serverless-esbuild": "^1.51.0",
"serverless-offline": "^13.3.3",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}