{ "name": "rand", "version": "1.0.0", "bin": { "rand": "./index.ts" }, "scripts": { "build": "bun build ./index.ts --compile --outfile dist/rand", "test": "bun test" }, "private": true, "devDependencies": { "@types/bun": "^1", "typescript": "^5" } }