-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
138 lines (138 loc) · 5.23 KB
/
Copy pathpackage.json
File metadata and controls
138 lines (138 loc) · 5.23 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "@davidsneighbour/dotfiles",
"description": "David's Neighbour's .dotfiles",
"version": "3004.1.1",
"license": "MIT",
"repository": "https://github.com/davidsneighbour/dotfiles",
"author": "Patrick Kollitsch <davidsneighbourdev+gh@gmail.com>",
"bugs": "https://github.com/davidsneighbour/dotfiles/issues",
"homepage": "https://github.com/davidsneighbour/dotfiles#readme",
"devDependencies": {
"@biomejs/biome": "2.5.1",
"@clack/prompts": "1.6.0",
"@commitlint/cli": "21.1.0",
"@commitlint/config-conventional": "21.1.0",
"@davidsneighbour/nanny": "0.4.1",
"@dnbhq/biome-config": "0.2.3",
"@dnbhq/markdownlint-config": "0.2.8",
"@dnbhq/release-config": "1.1.0",
"@dnbhq/sharp-lint-staged": "1.0.2",
"@dnbhq/tsconfig": "0.1.6",
"@humanwhocodes/crosspost": "1.0.4",
"@release-it/conventional-changelog": "11.0.1",
"@secretlint/secretlint-rule-no-dotenv": "13.0.2",
"@secretlint/secretlint-rule-no-homedir": "13.0.2",
"@secretlint/secretlint-rule-no-k8s-kind-secret": "13.0.2",
"@secretlint/secretlint-rule-openai": "13.0.2",
"@secretlint/secretlint-rule-pattern": "13.0.2",
"@secretlint/secretlint-rule-preset-recommend": "13.0.2",
"@secretlint/secretlint-rule-secp256k1-privatekey": "13.0.2",
"@types/node": "26.1.1",
"cross-env": "10.1.0",
"cspell": "10.0.1",
"cz-git": "1.13.1",
"debug": "4.4.3",
"deepmerge": "4.3.1",
"dotenv": "17.4.2",
"fixpack": "4.0.0",
"fs-extra": "11.3.5",
"lint-staged": "17.0.8",
"lockfile-lint": "5.0.0",
"ncp": "2.0.0",
"npm-check-updates": "22.2.9",
"npm-package-json-lint": "10.4.1",
"npm-watch": "0.13.0",
"release-it": "20.2.1",
"rimraf": "6.1.3",
"secretlint": "13.0.2",
"semver": "7.8.5",
"simple-git-hooks": "2.13.1",
"smol-toml": "1.7.0",
"toml": "4.1.1",
"tsc-files": "1.1.4",
"typescript": "7.0.2",
"wireit": "0.14.13"
},
"scripts": {
"biome:postinstall": "npx @biomejs/biome migrate --write",
"check:biome": "biome check .",
"check:biome:fix": "biome check --write .",
"check:node-engines": "node --experimental-strip-types scripts/update-node-engines.ts --check",
"clean": "rimraf logs/*.log",
"format": "biome format --write .",
"format:check": "biome format .",
"format:shell": "bash scripts/shell-quality.sh format-write",
"lint:biome": "biome lint .",
"lint:biome:fix": "biome lint --write .",
"lint:config": "yamllint -c .yamllint.yml configs bashrc",
"lint:hook:commit": "lint-staged --quiet --config lint-staged.config.ts",
"lint:hook:commit:loud": "lint-staged --debug --verbose --config lint-staged.config.ts",
"lint:markdown": "markdownlint-cli2 --config ./node_modules/@dnbhq/markdownlint-config/.markdownlint-cli2.jsonc \"**/*.{md,mdx}\" \"#CHANGELOG.md\" \"#configs/fonts\" \"#configs/theme/Dracula\" \"#containers\" \"#logs\" \"#modules/protected\"",
"lint:markdown:fix": "markdownlint-cli2 --config ./node_modules/@dnbhq/markdownlint-config/.markdownlint-cli2.jsonc --fix \"**/*.{md,mdx}\" \"#CHANGELOG.md\" \"#configs/fonts\" \"#configs/theme/Dracula\" \"#containers\" \"#logs\" \"#modules/protected\"",
"lint:postinstall": "npx simple-git-hooks",
"lint:shell": "bash scripts/shell-quality.sh lint",
"lint:shell:all": "bash scripts/shell-quality.sh lint-all",
"postinstall": "wireit",
"release": "release-it --config .release-it.ts --ci",
"release:dry": "release-it --config .release-it.ts --dry-run --ci",
"release:force": "release-it --config .release-it.ts --ci --no-increment",
"release:major": "release-it --config .release-it.ts --ci --increment=major",
"release:minor": "release-it --config .release-it.ts --ci --increment=minor",
"release:patch": "release-it --config .release-it.ts --ci --increment=patch",
"typecheck": "npm run typecheck:config && npm run typecheck:scripts && npm run typecheck:bash-helpers",
"typecheck:bash-helpers": "tsc --project tsconfig.bash-helpers.json --noEmit",
"typecheck:config": "tsc --project tsconfig.config.json --noEmit",
"typecheck:scripts": "tsc --project tsconfig.scripts.json --noEmit",
"update:node-engines": "node --experimental-strip-types scripts/update-node-engines.ts"
},
"wireit": {
"link:prepare": {
"command": "npx link"
},
"postinstall": {
"dependencies": [
"biome:postinstall",
"lint:postinstall"
]
}
},
"engines": {
"node": "^22.0.0 || ^24.0.0 || ^26.0.0"
},
"cspell": {
"version": "0.2",
"language": "en-GB",
"ignorePaths": [
".vscode/dictionary.txt"
],
"dictionaryDefinitions": [
{
"name": "custom",
"path": ".vscode/dictionary.txt",
"addWords": true
}
],
"dictionaries": [
"custom"
]
},
"overrides": {
"@dnbhq/markdownlint-config": {
"markdownlint": "0.41.1",
"markdownlint-cli2": "0.23.1",
"markdownlint-rule-relative-links": "5.1.1"
},
"markdownlint-rule-title-case-style": {
".": "0.4.3",
"markdownlint": "0.41.1"
}
},
"simple-git-hooks": {
"pre-commit": "npm run lint:hook:commit:loud"
},
"type": "module",
"allowScripts": {
"sharp@0.34.5": true,
"simple-git-hooks@2.13.1": true
}
}