{ "name": "@ihasmail/server", "version": "2.0.0", "private": true, "type": "module", "main": "dist/index.js", "scripts": { "dev": "tsx watch --clear-screen=false src/index.ts", "build": "tsc -p tsconfig.json", "start": "node dist/index.js", "typecheck": "tsc -p tsconfig.json --noEmit", "test": "tsx --test src/*.test.ts", "mock": "tsx src/mock/index.ts" }, "dependencies": { "@hono/node-server": "^1.13.8", "hono": "^4.7.4" }, "devDependencies": { "@types/node": "^22.13.10", "tsx": "^4.19.3", "typescript": "^5.7.3" } }