Bun stuff?

This commit is contained in:
bingus_violet 2024-05-17 18:14:12 -05:00
parent 7df10ace84
commit f5c572b3b2
3 changed files with 34 additions and 1 deletions

View file

@ -21,5 +21,11 @@
"minify-html": "^0.0.2",
"ws": "^8.16.0",
"youtubei.js": "^9.0.2"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}
}