Added initial bun support.

This commit is contained in:
SamTV12345 2023-10-02 19:06:25 +02:00
parent b6ce8c7377
commit 8be2dffc37
9 changed files with 32 additions and 9619 deletions

View file

@ -93,6 +93,7 @@
"typescript": "^4.9.5"
},
"engines": {
"bun": ">=1.0.3",
"node": ">=16.20.1",
"npm": ">=6.14.0"
},