{ "name": "@lilith/live-seed", "version": "0.1.0", "private": true, "scripts": { "seed": "bun run bin/seed.ts", "seed:reset": "bun run bin/seed.ts --reset", "seed:status": "bun run bin/seed.ts --status" }, "dependencies": { "pg": "^8.13.0" } }