-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 795 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 795 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
32
33
{
"name": "@routup/benchmarks",
"version": "0.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"cli": "npm run build && node dist/index.js",
"build": "tsc -p tsconfig.json"
},
"author": "",
"license": "ISC",
"dependencies": {
"@hapi/hapi": "^21.3.2",
"autocannon": "^7.12.0",
"autocannon-compare": "^0.4.0",
"benchmark": "^2.1.4",
"cac": "^6.7.14",
"chalk": "^4.1.2",
"consola": "^3.2.3",
"express": "^4.18.2",
"fastify": "^4.24.3",
"koa": "^2.14.2",
"markdown-table": "^2.0.0",
"routup": "^3.1.0"
},
"devDependencies": {
"@tada5hi/eslint-config-typescript": "^1.2.6",
"@tada5hi/tsconfig": "^0.5.0",
"@types/autocannon": "^7.12.2",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
}