11 lines
174 B
JSON
11 lines
174 B
JSON
{
|
|
"name": "evocracy-server",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "bun run --watch index.ts",
|
|
"start": "bun run index.ts"
|
|
}
|
|
}
|