Blog/package.json
2024-05-09 12:07:43 -07:00

17 lines
365 B
JSON

{
"name": "portfolio",
"version": "1.0.50",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "bun run --watch src/index.tsx"
},
"dependencies": {
"@elysiajs/html": "1.0.2",
"@elysiajs/static": "1.0.3",
"elysia": "^1.0.17"
},
"devDependencies": {
"bun-types": "latest"
},
"module": "src/index.js"
}