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