forked from seed4j/seed4j.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.11 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.11 KB
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
{
"name": "seed4jwebsite",
"version": "0.0.0",
"private": true,
"description": "seed4j.github.io",
"license": "Apache-2.0",
"type": "module",
"scripts": {
"docs:build": "vitepress build",
"docs:dev": "vitepress dev",
"docs:preview": "vitepress preview",
"prefetch-sponsors": "tsx scripts/generateSponsorsFiles.ts",
"prepare": "husky",
"prettier:check": "prettier --check .",
"prettier:format": "prettier --write .",
"test": "vitest --run",
"test:coverage": "vitest run --coverage",
"test:coverage:watch": "vitest --coverage",
"test:watch": "vitest --"
},
"devDependencies": {
"@prettier/plugin-xml": "3.4.2",
"@types/node": "24.9.2",
"@vitest/coverage-v8": "3.2.4",
"husky": "9.1.7",
"lint-staged": "16.2.6",
"prettier": "3.6.2",
"prettier-plugin-gherkin": "3.1.3",
"prettier-plugin-java": "2.7.7",
"prettier-plugin-organize-imports": "4.3.0",
"prettier-plugin-packagejson": "2.5.19",
"tsx": "4.20.6",
"vitepress": "1.6.4",
"vitest": "3.2.4"
},
"packageManager": "npm@11.6.2",
"engines": {
"node": ">=22"
}
}