{ "name": "ipv4.army", "module": "index.ts", "scripts": { "dev": "NODE_ENV=development bun run --hot src/index.ts", "start": "bun run src/index.ts", "lint": "bunx biome ci . --verbose", "lint:fix": "bunx biome check --fix" }, "devDependencies": { "@biomejs/biome": "^2.0.0-beta.4", "@types/bun": "latest" }, "peerDependencies": { "typescript": "^5.8.3" }, "private": true, "type": "module", "dependencies": { "@fontsource/roboto": "^5.2.5", "@fontsource/roboto-mono": "^5.2.5", "@material/material-color-utilities": "^0.3.0", "@mdui/icons": "^1.0.3", "@speed-highlight/core": "latest", "mdui": "^2.1.4", "reconnecting-websocket": "latest", "tsx-dom": "latest" } }