{ "name": "hono-middleware", "version": "0.0.0", "description": "Third-party middleware for Hono", "workspaces": { "packages": [ "packages/*" ] }, "scripts": { "build:hello": "yarn workspace @hono/hello build", "build:zod-validator": "yarn workspace @hono/zod-validator build", "build:qwik-city": "yarn workspace @hono/qwik-city build", "build:graphql-server": "yarn workspace @hono/graphql-server build", "build:sentry": "yarn workspace @hono/sentry build", "build:firebase-auth": "yarn workspace @hono/firebase-auth build", "build:trpc-server": "yarn workspace @hono/trpc-server build", "build:clerk-auth": "yarn workspace @hono/clerk-auth build", "build:typebox-validator": "yarn workspace @hono/typebox-validator build", "build:medley-router": "yarn workspace @hono/medley-router build", "build:valibot-validator": "yarn workspace @hono/valibot-validator build", "build:zod-openapi": "yarn build:zod-validator && yarn workspace @hono/zod-openapi build", "build:typia-validator": "yarn workspace @hono/typia-validator build", "build:swagger-ui": "yarn workspace @hono/swagger-ui build", "build:esbuild-transpiler": "yarn workspace @hono/esbuild-transpiler build", "build:oauth-providers": "yarn workspace @hono/oauth-providers build", "build": "run-p 'build:*'" }, "license": "MIT", "private": true, "repository": { "type": "git", "url": "https://github.com/honojs/middleware.git" }, "devDependencies": { "@changesets/changelog-github": "^0.4.8", "@changesets/cli": "^2.26.0", "@cloudflare/workers-types": "^4.20230307.0", "@types/jest": "^29.5.0", "@typescript-eslint/eslint-plugin": "^5.32.0", "@typescript-eslint/parser": "^5.32.0", "eslint": "^8.21.0", "eslint-config-prettier": "^8.5.0", "eslint-define-config": "^1.6.0", "eslint-import-resolver-typescript": "^3.4.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-flowtype": "^8.0.3", "eslint-plugin-import": "^2.26.0", "eslint-plugin-node": "^11.1.0", "jest": "^29.5.0", "jest-environment-miniflare": "^2.10.0", "npm-run-all": "^4.1.5", "prettier": "^2.7.1", "publint": "^0.2.0", "rimraf": "^3.0.2", "ts-jest": "^29.0.5", "tsup": "^7.2.0", "typescript": "^5.2.2", "vitest": "^0.34.2" }, "packageManager": "yarn@4.0.2" }