-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.07 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.07 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
{
"name": "ampel",
"private": true,
"description": "Unified PR dashboard - project tooling",
"scripts": {
"format": "prettier --write \"**/*.md\"",
"format:check": "prettier --check \"**/*.md\"",
"lint:md": "markdownlint-cli2 \"**/*.md\"",
"lint:md:fix": "markdownlint-cli2 --fix \"**/*.md\""
},
"devDependencies": {
"@secretlint/secretlint-rule-aws": "^11.2.5",
"@secretlint/secretlint-rule-basicauth": "^11.2.5",
"@secretlint/secretlint-rule-gcp": "^11.2.5",
"@secretlint/secretlint-rule-npm": "^11.2.5",
"@secretlint/secretlint-rule-preset-recommend": "^11.2.5",
"@secretlint/secretlint-rule-privatekey": "^11.2.5",
"@secretlint/secretlint-rule-sendgrid": "^11.2.5",
"@secretlint/secretlint-rule-slack": "^11.2.5",
"markdownlint-cli2": "^0.20.0",
"prettier": "^3.5.3",
"secretlint": "^11.2.5"
},
"packageManager": "pnpm@10.24.0",
"pnpm": {
"overrides": {
"markdown-it": ">=14.1.1",
"lodash": ">=4.17.23"
}
},
"overrides": {
"markdown-it": ">=14.1.1",
"lodash": ">=4.17.23"
}
}