{ "name": "hono-middleware", "version": "0.0.0", "description": "Third-party middleware for Hono", "workspaces": { "packages": [ "packages/*" ] }, "scripts": { "build": "yarn workspaces foreach --all --topological --verbose run build", "publint": "yarn workspaces foreach --all --topological --verbose run publint", "publish": "yarn workspaces foreach --all --no-private --topological --verbose npm publish --tolerate-republish && changeset tag", "typecheck": "yarn tsc --build", "typecheck:clean": "yarn tsc --build --clean", "typecheck:watch": "yarn tsc --build --watch", "test": "vitest", "lint": "eslint 'packages/**/*.{ts,tsx}'", "lint:fix": "eslint --fix 'packages/**/*.{ts,tsx}'", "format": "prettier --check 'packages/**/*.{ts,tsx}'", "format:fix": "prettier --write 'packages/**/*.{ts,tsx}'" }, "license": "MIT", "private": true, "repository": { "type": "git", "url": "git+https://github.com/honojs/middleware.git" }, "devDependencies": { "@changesets/changelog-github": "^0.4.8", "@changesets/cli": "^2.26.0", "@cloudflare/vitest-pool-workers": "^0.7.8", "@cloudflare/workers-types": "^4.20230307.0", "@hono/eslint-config": "workspace:*", "@ryoppippi/unplugin-typia": "^1.2.0", "@types/bun": "^1.0.0", "@types/node": "^20.17.28", "@types/ws": "^8.18.0", "@vitest/coverage-istanbul": "^3.0.8", "eslint": "^9.23.0", "hono": "^4.7.11", "prettier": "^3.5.3", "tsup": "^8.4.0", "typescript": "^5.8.2", "vitest": "^3.0.8" }, "packageManager": "yarn@4.9.2" }