{
  "name": "@vibes.diy/identity",
  "version": "13.1.2",
  "license": "Apache-2.0",
  "type": "module",
  "main": "./index.js",
  "exports": {
    ".": "./index.js",
    "./server": "./server.js",
    "./node": "./node.js",
    "./testing": "./testing.js"
  },
  "scripts": {
    "build": "core-cli tsc",
    "test": "vitest --run"
  },
  "dependencies": {
    "@adviser/cement": "~0.5.34",
    "@adviser/ts-xxhash": "~1.0.2",
    "@clerk/shared": "~4.29.2",
    "@hono/node-server": "~2.1.0",
    "@vibes.diy/cmd-tools": "13.1.2",
    "arktype": "~2.2.3",
    "hono": "~4.13.2",
    "jose": "~6.2.8",
    "multiformats": "~14.0.5",
    "open": "~8.4.2",
    "zod": "~4.4.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/VibesDIY/vibes.diy.git"
  }
}
