{ "name": "@hono/clerk-auth", "version": "1.0.0", "description": "A third-party Clerk auth middleware for Hono", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "test": "jest", "build": "rimraf dist && tsc", "prerelease": "yarn build && yarn test", "release": "yarn publish" }, "license": "MIT", "private": false, "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" }, "repository": { "type": "git", "url": "https://github.com/honojs/middleware.git" }, "homepage": "https://github.com/honojs/middleware", "peerDependencies": { "@clerk/backend": "0.30.*", "hono": "3.*" }, "devDependencies": { "@clerk/backend": "^0.30.1", "hono": "^3.7.3", "node-fetch-native": "^1.4.0" } }