-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 881 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 881 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
{
"name": "@flowblade/benchmark",
"version": "0.0.1",
"type": "module",
"private": true,
"scripts": {
"bench-nextjs-node": "autocannon -c 100 -d 10 -p 10 http://localhost:3000/api/hono/node/hello",
"bench-nextjs-edge": "autocannon -c 100 -d 10 -p 10 http://localhost:3000/api/hono/edge/hello",
"bench-nextjs-health": "autocannon -c 100 -d 10 -p 10 http://localhost:3000/api/health",
"bench-nextjs-legacy": "autocannon -c 100 -d 10 -p 10 http://localhost:3000/api/legacy/hono/hello"
},
"devDependencies": {
"@belgattitude/eslint-config-bases": "8.17.0",
"@total-typescript/ts-reset": "0.6.1",
"@types/node": "26.0.1",
"@typescript-eslint/eslint-plugin": "8.62.1",
"@typescript-eslint/parser": "8.62.1",
"autocannon": "8.0.0",
"eslint": "10.8.0",
"prettier": "3.9.4",
"tsx": "4.23.0",
"typescript": "6.0.3"
}
}