-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.21 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.21 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
{
"name": "dependency-heal",
"version": "0.0.0-managed-by-semantic-release",
"private": true,
"type": "module",
"packageManager": "npm@11.19.0",
"engines": {
"node": ">=22.22.1 <23.0.0 || >=23.6.0"
},
"description": "Reusable GitHub Actions workflow that bumps a sibling ExaDev-published dependency the instant it releases, and heals any resulting pull request that falls behind main before it can merge.",
"scripts": {
"prepare": "husky",
"typecheck": "tsc",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"devDependencies": {
"@commitlint/cli": "21.2.2",
"@commitlint/config-conventional": "21.2.2",
"@eslint/json": "2.1.0",
"@eslint/markdown": "8.0.3",
"@semantic-release/changelog": "7.0.0",
"@semantic-release/git": "11.0.1",
"@types/node": "26.4.1",
"eslint": "10.9.1",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "5.5.6",
"husky": "9.1.7",
"jiti": "2.7.0",
"lint-staged": "17.4.1",
"prettier": "3.9.6",
"semantic-release": "25.0.9",
"turbo": "2.10.12",
"typescript": "6.0.3",
"typescript-eslint": "8.69.0"
}
}