chore(repo): dog-food @websnacksjs/conventional in this repo

This commit is contained in:
M. George Hansen 2025-08-19 18:35:47 +12:00
parent 99a7717410
commit a941565528
Signed by: mgeorgehansen
SSH key fingerprint: SHA256:JlIGiQLPyQ2RHTH3a2oVlb20Xkh9Glr8DUF4YTXHJxM
6 changed files with 177 additions and 5121 deletions

View file

@ -3,9 +3,11 @@
"./packages/*"
],
"private": true,
"type": "module",
"scripts": {
"build": "tsc --build",
"clean": "git clean -dxi --exclude .direnv"
"clean": "git clean -dxi --exclude .direnv",
"prepare": "husky"
},
"devDependencies": {
"@biomejs/biome": "=2.1.3",
@ -13,6 +15,8 @@
"@tsconfig/strictest": "^2.0.5",
"@types/deno": "^2.3.0",
"@types/node": "^24.2.0",
"@websnacksjs/conventional": "^0.1.0",
"husky": "^9.1.7",
"typescript": "^5.9.2"
}
}