ipv4.army/package.json
2025-04-20 23:15:41 -04:00

20 lines
No EOL
383 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": {
"tsx-dom": "^3.1.0"
}
}