-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.5 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
39
40
41
42
43
44
45
{
"name": "@davidsneighbour/dotfiles",
"description": "David's Neighbour's .dotfiles",
"version": "2025.1.0",
"license": "GPL-3.0-or-later",
"repository": "https://github.com/davidsneighbour/dotfiles",
"author": "Patrick Kollitsch <[email protected]>",
"bugs": "https://github.com/davidsneighbour/dotfiles/issues",
"homepage": "https://github.com/davidsneighbour/dotfiles#readme",
"dependencies": {
"@clack/prompts": "0.9.1",
"@davidsneighbour/commitlint-config": "2025.0.1",
"@davidsneighbour/eslint-config": "2025.0.1",
"@davidsneighbour/markdownlint-config": "^2025.0.1",
"@davidsneighbour/release-config": "2025.0.1",
"@davidsneighbour/remark-config": "2025.0.1",
"@davidsneighbour/tools": "2025.0.1",
"fs-extra": "11.3.0",
"shelljs": "0.8.5",
"simple-git-hooks": "2.11.1",
"themer": "6.7.2",
"toml": "3.0.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"lint-staged": "15.4.0",
"semver": "7.6.3"
},
"scripts": {
"release": "commit-and-tag-version -a -t \"v\" --releaseCommitMessageFormat \"chore(release): v{{currentTag}}\" && ./bin/repo/release/postrelease",
"lint:hook:commit": "lint-staged",
"link:prepare": "wireit",
"setup": "./dotbot.sh clean && ./dotbot.sh && ./dotbot.sh protected"
},
"main": "index.js",
"simple-git-hooks": {
"pre-commit": "npm run lint:hook:commit",
"commit-msg": "npx commitlint -e \"$@\""
},
"wireit": {
"link:prepare": {
"command": "npx link"
}
}
}