ipv4.army/package.json
2025-05-03 13:17:52 -04:00

21 lines
No EOL
411 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": {
"microlight": "^0.0.7",
"tsx-dom": "^3.1.0"
}
}