uwu tooling ftw (MUAHAHAHAHAHA ONE MUST CONFRONT THE BUN-- TYPE-SCRIPT (get it)

This commit is contained in:
kree 2026-07-24 09:45:26 -04:00
parent 964ef740b0
commit dba763ea75
22 changed files with 555 additions and 124 deletions

18
package.json Normal file
View file

@ -0,0 +1,18 @@
{
"name": "reel-of-js-fortune",
"version": "1.0.50",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "bun run --watch src/index.ts"
},
"dependencies": {
"@elysia/html": "^1.4.1",
"@elysia/static": "^1.4.11",
"elysia": "latest",
"tmdb-ts": "^2.3.0"
},
"devDependencies": {
"bun-types": "latest"
},
"module": "src/index.js"
}