-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.51 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 2.51 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@virmator/mono-repo-root",
"version": "14.27.4",
"private": true,
"sideEffects": false,
"type": "module",
"workspaces": [
"packages/*"
],
"scripts": {
"compile": "virmator compile",
"docs": "npm start --workspace=@virmator/scripts && virmator docs",
"format": "virmator format",
"lint": "virmator lint fix",
"publish": "virmator publish npm run test:all",
"test": "npm run compile && mono-vir for-each-async npm run test",
"test:all": "npm run test:coverage && runstorm --max 2 --names spelling,format,docs,deps,lint \"npm run test:spelling\" \"npm run test:format\" \"npm run test:docs\" \"npm run test:deps\" \"npm run test:lint\"",
"test:coverage": "npm run compile && mono-vir for-each-async npm run test:coverage",
"test:deps": "virmator deps check",
"test:docs": "npm test --workspace=@virmator/scripts && virmator docs check",
"test:format": "virmator format check",
"test:lint": "virmator lint",
"test:spelling": "virmator spellcheck",
"test:update": "npm run compile && mono-vir for-each-async npm run test:update"
},
"overrides": {
"@web/dev-server-rollup": "0.6.1",
"esbuild": "^0.28.1",
"playwright": "1.60.0",
"virmator": "*"
},
"devDependencies": {
"@eslint/js": "10.0.1",
"@stylistic/eslint-plugin": "^5.10.0",
"@stylistic/eslint-plugin-ts": "^4.4.1",
"@typescript-eslint/eslint-plugin": "^8.62.0",
"cspell": "^10.0.1",
"dependency-cruiser": "^18.0.0",
"esbuild": "^0.28.1",
"eslint": "^10.5.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-jsdoc": "^63.0.9",
"eslint-plugin-playwright": "^2.10.4",
"eslint-plugin-prettier": "^5.5.6",
"eslint-plugin-sonarjs": "^4.1.0",
"eslint-plugin-unicorn": "^69.0.0",
"markdown-code-example-inserter": "^3.0.6",
"mono-vir": "^2.5.0",
"npm-check-updates": "^22.2.7",
"prettier": "~3.3.3",
"prettier-plugin-interpolated-html-tags": "^2.0.1",
"prettier-plugin-jsdoc": "^1.8.1",
"prettier-plugin-multiline-arrays": "^4.1.10",
"prettier-plugin-organize-imports": "^4.3.0",
"prettier-plugin-packagejson": "^3.0.2",
"prettier-plugin-sort-json": "^4.2.0",
"prettier-plugin-toml": "^2.0.6",
"typescript-eslint": "^8.62.0",
"virmator": "*"
},
"engines": {
"node": ">=22"
}
}