build: migrate to bun package manager and enforce with preinstall check

This commit is contained in:
2025-12-29 15:18:04 -06:00
parent 6a4abcec0d
commit a65836bd5b
6 changed files with 25 additions and 3800 deletions
+7
View File
@@ -1,6 +1,13 @@
{
"name": "pacman",
"type": "module",
"packageManager": "bun@^1.3.5",
"engines": {
"bun": ">=1.3.5"
},
"scripts": {
"preinstall": "npx only-allow bun"
},
"devDependencies": {
"ts-pattern": "^5.5.0",
"@logtape/logtape": "^0.8.0"