{
  "name": "zemble-plugin-auth",
  "version": "0.0.41",
  "description": "Zemble Plugin providing generic Auth Support",
  "main": "plugin.ts",
  "bin": {
    "zemble-generate-keys": "./bin/generate-keys.ts"
  },
  "scripts": {
    "test": "bun test",
    "dev": "zemble-dev plugin.ts",
    "lint": "eslint .",
    "graphql-codegen": "graphql-codegen",
    "typecheck": "tsc --noEmit"
  },
  "keywords": [
    "zemble",
    "zemble-plugin",
    "@zemble"
  ],
  "author": {
    "name": "Robert Herber",
    "email": "robert@kingstinct.com",
    "url": "https://github.com/robertherber"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kingstinct/zemble",
    "directory": "packages/auth"
  },
  "funding": [
    "https://github.com/sponsors/kingstinct",
    "https://github.com/sponsors/robertherber"
  ],
  "bugs": {
    "url": "https://github.com/kingstinct/zemble/issues"
  },
  "license": "ISC",
  "dependencies": {
    "@envelop/core": "^5.0.0",
    "@envelop/generic-auth": "^7.0.0",
    "@graphql-tools/wrap": "^10.0.5",
    "@zemble/core": "*",
    "@zemble/bun": "*",
    "@zemble/graphql": "*",
    "graphql": "^16.8.1",
    "graphql-scalars": "^1.22.5",
    "hono": "^4.1.0",
    "jose": "^5.2.3"
  }
}
