{ "name": "strings", "version": "0.1.0", "type": "module", "scripts": { "dev": "bun run --hot src/index.ts", "start": "bun run src/index.ts" } }