1{ 2 "name": "strings", 3 "version": "0.1.0", 4 "type": "module", 5 "scripts": { 6 "dev": "bun run --hot src/index.ts", 7 "start": "bun run src/index.ts" 8 } 9}