reel-of-js-fortune/package.json

18 lines
397 B
JSON

{
"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"
}