-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.34 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "under-pressure",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"benchmark": "autocannon -c 50 -d 10 -t 1 --renderStatusCodes http://127.0.0.1:3000",
"commit": "czg",
"prepare": "is-ci || husky",
"format": "biome check --write ."
},
"private": true,
"devDependencies": {
"@biomejs/biome": "^1.8.0",
"@nx/esbuild": "19.4.0",
"@nx/js": "19.4.0",
"@nx/node": "19.4.0",
"@nx/rollup": "19.4.0",
"@nx/vite": "19.4.0",
"@nx/web": "19.4.0",
"@rollup/plugin-terser": "^0.4.4",
"@swc-node/register": "~1.9.1",
"@swc/cli": "~0.3.12",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@types/node": "~18.16.9",
"@types/supertest": "^6.0.2",
"@vitest/coverage-v8": "^1.0.4",
"@vitest/ui": "^1.3.1",
"autocannon": "^7.15.0",
"czg": "^1.9.2",
"esbuild": "^0.19.2",
"eslint": "~8.57.0",
"husky": "^9.0.11",
"is-ci": "^3.0.1",
"lint-staged": "^15.2.5",
"nx": "19.4.0",
"rollup": "^4.14.0",
"supertest": "^7.0.0",
"swc-loader": "0.1.15",
"tslib": "^2.6.3",
"tsx": "^4.16.0",
"typescript": "~5.4.2",
"verdaccio": "^5.0.4",
"vite": "^5.0.0",
"vitest": "^1.3.1"
},
"nx": {
"includedScripts": []
},
"dependencies": {
"@hono/node-server": "^1.11.4",
"@nx/eslint": "^19.4.0",
"hono": "^4.4.8"
}
}