forked from quic-issues/427e7578-d7bf-49c8-aee9-2dd999e25316
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"
|
|
}
|
|
}
|