mirror of https://github.com/buster-so/buster.git
15 lines
331 B
JSON
15 lines
331 B
JSON
{
|
|
"name": "@buster-app/electric-server",
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "bun run scripts/start.ts",
|
|
"dev": "bun run scripts/start.ts",
|
|
"stop": "docker compose stop"
|
|
},
|
|
"dependencies": {
|
|
"@buster/database": "workspace:*",
|
|
"@buster/typescript-config": "workspace:*"
|
|
}
|
|
}
|