-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 894 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 894 Bytes
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
{
"name": "stricli",
"private": true,
"license": "Apache-2.0",
"workspaces": [
"docs",
"packages/*"
],
"packageManager": "npm@10.4.0",
"nx": {},
"scripts": {
"format": "prettier --config .prettierrc -w *.md *.json *.mjs",
"format:check": "prettier --config .prettierrc -c *.md *.json *.mjs"
},
"devDependencies": {
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.10.0",
"@nx/eslint": "20.6.2",
"@types/eslint__js": "^8.42.3",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@vitest/coverage-v8": "^4.0.13",
"eslint": "~8.57.0",
"eslint-plugin-header": "^3.1.1",
"nx": "20.6.2",
"prettier": "^3.3.3",
"typescript": "^5.6.2",
"typescript-eslint": "^8.6.0",
"vitest": "^4.0.12"
}
}