mirror of
https://github.com/Xevion/Pac-Man.git
synced 2026-01-31 04:25:07 -06:00
build: migrate to bun package manager and enforce with preinstall check
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user