{ "name": "hono-middleware", "version": "0.0.0", "description": "Third-party middleware for Hono", "workspaces": [ "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:typebox-validator": "yarn workspace @hono/typebox-validator 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.25.0", "@cloudflare/workers-types": "^3.17.0", "@types/jest": "^29.1.2", "@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": "^28.1.2", "jest-environment-miniflare": "^2.10.0", "npm-run-all": "^4.1.5", "prettier": "^2.7.1", "rimraf": "^3.0.2", "ts-jest": "^28.0.5", "typescript": "^4.7.4" } }