ipv4.army/package.json
creations 17467258fc
Some checks failed
Code quality checks / biome (pull_request) Failing after 6s
move index to src, add .env add types, fix > to actual bash like input and history
2025-05-05 18:55:57 -04:00

24 lines
529 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": "^1.9.4",
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.8.3"
},
"private": true,
"type": "module",
"dependencies": {
"@speed-highlight/core": "latest",
"reconnecting-websocket": "latest",
"tsx-dom": "latest"
}
}