18 lines
482 B
JSON
18 lines
482 B
JSON
{
|
|
"name": "dare-server",
|
|
"version": "2.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"kill": "pkill -9 bun && pkill -9 node || true",
|
|
"del": "rm node_modules/.vite/deps -r",
|
|
"gen:schema": "bun run scripts/generate-schema.js",
|
|
"dev": "bun gen:schema && bun --watch index.js",
|
|
"build": "bun build index.js --target bun --outdir ./dist"
|
|
},
|
|
"dependencies": {
|
|
"hono": "^4.12.7",
|
|
"mariadb": "^3.5.2",
|
|
"nodemailer": "^8.0.2",
|
|
"sharp": "^0.34.5"
|
|
}
|
|
} |