lilith-platform.live/codebase/@features/platform-seed/package.json

14 lines
274 B
JSON
Raw Normal View History

{
"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"
}
}