{ "name": "ipv4.army", "module": "index.ts", "scripts": { "dev": "NODE_ENV=development bun run --hot . --watch", "start": "bun run ." }, "devDependencies": { "@biomejs/biome": "1.9.4", "@types/bun": "latest" }, "peerDependencies": { "typescript": "^5.8.3" }, "private": true, "type": "module", "dependencies": { "tsx-dom": "^3.1.0" } }