belajar-api-ts/package.json

18 lines
358 B
JSON
Raw Normal View History

2025-05-27 10:35:10 +07:00
{
"name": "pemweb-api",
"version": "1.0.50",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "bun run --watch src/index.ts"
},
"dependencies": {
2025-06-07 16:41:57 +07:00
"elysia": "latest",
"mysql2": "^3.14.1"
2025-05-27 10:35:10 +07:00
},
"devDependencies": {
2025-06-07 16:41:57 +07:00
"@types/node": "^22.15.29",
2025-05-27 10:35:10 +07:00
"bun-types": "latest"
},
"module": "src/index.js"
}