-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
38 lines (38 loc) · 1.05 KB
/
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
31
32
33
34
35
36
37
38
{
"name": "code-quality-tools",
"description": "Monorepo aggregating various packages, generators, scripts and other goodies to make code look/work better 🎨",
"version": "1.0.0",
"author": "Robert Rossmann <[email protected]>",
"bugs": {
"url": "https://github.com/strvcom/code-quality-tools/issues"
},
"contributors": [
"Danny Kijkov <[email protected]>",
"Korneliusz Dubieniecki <[email protected]>"
],
"devDependencies": {
"@commitlint/cli": "^18.6.0",
"eslint": "^8.57.0",
"lerna": "^8.1.2",
"remark-cli": "^12.0.0",
"remark-preset-lint-consistent": "^5",
"remark-preset-lint-markdown-style-guide": "^5",
"remark-preset-lint-recommended": "^6"
},
"engines": {
"node": ">=20",
"npm": ">=10"
},
"type": "module",
"homepage": "https://github.com/strvcom/code-quality-tools",
"keywords": [],
"license": "BSD-3-Clause",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/strvcom/code-quality-tools.git"
},
"workspaces": [
"packages/*"
]
}