mirror of
https://github.com/YuzuZensai/Test-IP.git
synced 2026-07-21 15:19:28 +00:00
18 lines
379 B
JSON
18 lines
379 B
JSON
{
|
|
"name": "ip-test",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "bun run src/index.ts",
|
|
"dev": "bun --hot src/index.ts",
|
|
"test": "bun test",
|
|
"check": "biome check .",
|
|
"fix": "biome check --write ."
|
|
},
|
|
"dependencies": {
|
|
"elysia": "^1.4.29"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.5.3"
|
|
}
|
|
}
|