generated from idrinth-api-bench/project-defaults
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.69 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "@idrinth-api-bench/history-microservice",
"description": "A library to benchmark apis, no matter if rest or soap",
"license": "MIT",
"version": "2.7.4",
"type": "module",
"homepage": "https://idrinth-api-ben.ch",
"bugs": {
"url": "https://github.com/idrinth-api-bench/api-bench/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/idrinth-api-bench/history-microservice.git"
},
"keywords": [
"api",
"rest",
"performance",
"benchmarking",
"typescript",
"cli",
"bench",
"benchmark",
"framework",
"typed",
"statistics",
"parallel",
"worker",
"async",
"loadtest",
"load-test",
"measure",
"open-api"
],
"author": "Björn Büttner",
"contributors": [],
"dependencies": {
"tsx": "^4.16.2",
"fastify": "^5.0.0",
"@fastify/cors": "^10.0.0",
"@fastify/helmet": "^12.0.1",
"@fastify/jwt": "^9.0.1",
"@fastify/compress": "^8.0.0",
"dotenv": "^16.4.5",
"@fastify/rate-limit": "^10.0.0"
},
"devDependencies": {
"eslint": "^9.14.0",
"knip": "^5.36.6",
"eslint-plugin-fastify-security-rules": "^1.2.0",
"@types/node": "^22.9.0",
"markdownlint-cli": "^0.42.0",
"c8": "^10.1.2",
"eslint-helpers": "^1.2.1",
"mocha": "^10.6.0"
},
"scripts": {
"lint": "eslint . --ext .js,.ts,.cjs,.json,.tsx --report-unused-disable-directives --max-warnings 0",
"lint-fix": "eslint --fix . --ext .js,.ts,.cjs,.json",
"lint-md": "markdownlint *.md",
"test": "c8 mocha test",
"integration": "c8 mocha integration",
"start": "tsx index.ts",
"knip": "knip"
},
"engines": {
"node": ">=20"
},
"engineStrict": true
}