-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.84 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.84 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
{
"name": "@ci-dokumentor/source",
"version": "0.2.1",
"license": "MIT",
"scripts": {
"build": "nx run-many --target=build --all --parallel --exclude=@ci-dokumentor/source",
"lint": "nx run-many --target=lint --all --parallel --exclude=@ci-dokumentor/source",
"lint:ci": "nx run-many --target=lint --all --parallel --exclude=@ci-dokumentor/source --output-file eslint-report.json --format json",
"test": "nx run-many --target=test --all --parallel --exclude=@ci-dokumentor/source",
"test:ci": "nx run-many --target=test --all --parallel --exclude=@ci-dokumentor/source --coverage --coverage.all",
"all": "pnpm run build && pnpm run lint --fix && pnpm run test:ci",
"docs:start": "nx start @ci-dokumentor/docs",
"docs:serve": "nx serve @ci-dokumentor/docs",
"docs:clear": "nx clear @ci-dokumentor/docs"
},
"private": true,
"devDependencies": {
"@eslint/js": "^10.0.1",
"@nx/eslint": "22.5.4",
"@nx/eslint-plugin": "22.5.4",
"@nx/js": "22.5.4",
"@nx/vite": "22.5.4",
"@nx/web": "22.5.4",
"@swc-node/register": "~1.11.1",
"@swc/core": "~1.15.18",
"@swc/helpers": "~0.5.19",
"@types/mock-fs": "^4.13.4",
"@types/node": "25.5.0",
"@typescript-eslint/parser": "^8.57.0",
"@vitest/coverage-v8": "^4.1.0",
"@vitest/ui": "^4.1.0",
"eslint": "^10.0.3",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import-x": "^4.16.2",
"jiti": "2.6.1",
"jsdom": "~28.1.0",
"jsonc-eslint-parser": "^3.1.0",
"mock-fs": "^5.5.0",
"nx": "22.5.4",
"prettier": "^3.8.1",
"tslib": "^2.8.1",
"typescript": "5.9.3",
"typescript-eslint": "^8.57.0",
"vite": "^8.0.0",
"vite-plugin-dts": "~4.5.4",
"vite-tsconfig-paths": "^6.1.1",
"vitest": "^4.1.0"
},
"workspaces": [
"packages/*"
]
}