-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.27 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
{
"name": "@davidsneighbour/dotfiles",
"description": "David's Neighbour's .dotfiles",
"version": "2024.4.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.7.0",
"@davidsneighbour/commitlint-config": "2024.4.8",
"@davidsneighbour/eslint-config": "2024.4.8",
"@davidsneighbour/release-config": "2024.4.8",
"@davidsneighbour/remark-config": "2024.4.8",
"@davidsneighbour/tools": "2024.4.8",
"fs-extra": "11.2.0",
"shelljs": "0.8.5",
"simple-git-hooks": "2.11.1",
"themer": "6.7.0",
"toml": "3.0.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"lint-staged": "15.2.10",
"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"
},
"main": "index.js",
"simple-git-hooks": {
"pre-commit": "npm run lint:hook:commit",
"commit-msg": "npx commitlint -e \"$@\""
}
}