-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 906 Bytes
/
package.json
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
32
33
34
35
36
37
38
{
"version": "1.0.0",
"license": "MIT",
"name": "serverles_hono",
"description": "Api serverless with hono",
"author": {
"name": "charlsdev",
"email": "youquince@gmail.com",
"url": "https://github.com/charlsdev/api-rest-serveless"
},
"keywords": [
"api",
"serverless",
"hono"
],
"main": "src/index.ts",
"scripts": {
"dev": "tsx watch src/index.ts",
"start": "tsx src/index.ts"
},
"dependencies": {
"@biomejs/biome": "^1.5.3",
"@hono/node-server": "^1.7.0",
"@hono/zod-validator": "^0.1.11",
"@supabase/supabase-js": "^2.39.3",
"argon2": "^0.31.2",
"chalk": "^5.3.0",
"dayjs": "^1.11.10",
"figlet": "^1.7.0",
"hono": "^4.0.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/figlet": "^1.5.8",
"dotenv": "^16.4.2",
"tsx": "^4.7.1"
}
}