forked from idrinth-api-bench/issues
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.88 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
{
"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": "eslint tools --ext .js,.ts,.cjs,.json,.tsx",
"lint-md": "markdownlint *.md .github/**/*.md containers/**/*.md",
"coai": "node tools/checkout-and-install.js",
"publish": "node tools/publish.js",
"spellcheck": "spellchecker",
"setup": "node tools/setup.js",
"update": "node tools/update.js",
"regression": "node tools/regression.js",
"license": "node tools/update-year.js",
"language": "itlfy watch cli framework documentation-website history-website",
"check-language": "itlfy check",
"dictionary": "node tools/dictionary.js",
"knip": "knip --exclude binaries",
"fta": "node tools/fta.js",
"local": "node tools/print-ci.js",
"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",
"@idrinth/typescript-language-from-yaml": "^1.3.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"eslint": "^8.57.0",
"eslint-plugin-json": "^3.1.0",
"fta-cli": "^2.0.0",
"knip": "^5.12.2",
"yaml": "^2.4.1",
"markdownlint-cli": "^0.40.0",
"simple-git-hooks": "^2.11.1",
"spellchecker-cli": "^6.2.0"
},
"engines": {
"node": ">=20"
},
"engineStrict": true
}