ipv4.army/package.json
2025-05-17 16:08:59 -04:00

28 lines
656 B
JSON

{
"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",
"@mdui/icons": "^1.0.3",
"@speed-highlight/core": "latest",
"mdui": "^2.1.4",
"reconnecting-websocket": "latest",
"tsx-dom": "latest"
}
}