28 lines
656 B
JSON
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"
|
|
}
|
|
}
|