forked from bloomberg/stricli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 845 Bytes
/
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
{
"name": "stricli",
"private": true,
"license": "Apache-2.0",
"workspaces": [
"docs",
"packages/*",
"examples/*"
],
"packageManager": "[email protected]",
"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": "19.5.4",
"@types/eslint__js": "^8.42.3",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"eslint": "~8.57.0",
"eslint-plugin-header": "^3.1.1",
"nx": "19.5.6",
"prettier": "^3.3.3",
"typescript": "^5.6.2",
"typescript-eslint": "^8.6.0"
}
}