-
-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "@idrinth-api-bench/root",
"version": "2.7.4",
"description": "",
"license": "MIT",
"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/api-bench.git"
},
"type": "module",
"author": "Björn Büttner",
"contributors": [],
"scripts": {
"lint-md": "markdownlint *.md .github/**/*.md",
"spellcheck": "spellchecker",
"knip": "knip --exclude binaries",
"commitlint-ci": "commitlint --last",
"commitlint": "commitlint --edit",
"postinstall": "npm run simple-git-hooks",
"simple-git-hooks": "simple-git-hooks"
},
"simple-git-hooks": {
"commit-msg": "npm run commitlint",
"pre-push": "npm run commitlint-ci"
},
"private": true,
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"knip": "^5.27.4",
"markdownlint-cli": "^0.42.0",
"simple-git-hooks": "^2.11.1",
"spellchecker-cli": "^7.0.0"
},
"engines": {
"node": ">=20"
},
"engineStrict": true
}