-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.69 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.69 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "semantic-release",
"private": true,
"license": "MIT",
"author": "Michael Kriese <michael.kriese@gmx.de>",
"type": "module",
"scripts": {
"eslint": "eslint .",
"eslint-fix": "eslint . --fix",
"build": "run-s \"build:*\"",
"build:pnpm": "node tools/build.js",
"prepare": "run-s \"prepare:*\"",
"lint:types": "run-p \"lint:types:*\"",
"lint:types:default": "tsc",
"prepare:husky": "husky",
"prepare:build": "run-s \"build:*\"",
"prettier": "prettier --cache -c -u \"**/*.*\"",
"prettier-fix": "prettier --cache -w -u \"**/*.*\""
},
"dependencies": {
"read-pkg": "^10.1.0"
},
"devDependencies": {
"@containerbase/eslint-plugin": "2.1.1",
"@containerbase/semantic-release-pnpm": "workspace:*",
"@eslint/js": "10.0.1",
"@tsconfig/node22": "22.0.5",
"@tsconfig/strictest": "2.0.8",
"@types/eslint-config-prettier": "6.11.3",
"@types/node": "22.20.1",
"@types/semantic-release__error": "3.0.3",
"@types/semver": "7.7.1",
"@types/signale": "1.4.7",
"conventional-changelog-conventionalcommits": "9.3.1",
"esbuild": "0.28.1",
"eslint": "10.7.0",
"eslint-config-prettier": "10.1.8",
"eslint-formatter-gha": "2.0.1",
"eslint-import-resolver-typescript": "4.4.5",
"eslint-plugin-import-x": "4.17.1",
"eslint-plugin-promise": "7.3.0",
"husky": "9.1.7",
"lint-staged": "16.4.0",
"npm-run-all2": "8.0.4",
"prettier": "3.9.5",
"prettier-plugin-packagejson": "3.0.2",
"semantic-release": "25.0.8",
"typescript": "6.0.3",
"typescript-eslint": "8.65.0"
},
"packageManager": "pnpm@11.15.1",
"engines": {
"node": "^22.11.0 || ^24",
"pnpm": ">=10.0.0"
}
}