ipv4.army/package.json
2025-05-04 20:47:19 -04:00

23 lines
No EOL
490 B
JSON

{
"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": {
"@speed-highlight/core": "^1.2.7",
"microlight": "^0.0.7",
"reconnecting-websocket": "^4.4.0",
"tsx-dom": "^3.1.0"
}
}