{ "name": "snowflake", "version": "0.0.1", "description": "Simple, single-user event aggregation platform, for use in personal websites and other related places.", "keywords": [ "event-aggregation", "event-streaming", "single-user", "events" ], "main": "src/index.ts", "scripts": { "dev": "bun --watch .", "prod": "bun ." } }