{ "name": "text-mosaic", "private": true, "version": "0.1.0", "type": "module", "scripts": { "dev": "bun --hot scripts/dev.ts", "build": "bun scripts/build.ts", "test": "bun test" } }