{
  "name": "@cocreate/authenticate",
  "version": "1.17.0",
  "description": "A high-performance, zero-dependency ESM session management and authentication engine using native RS256 asymmetric cryptography, ephemeral 2048-bit RSA keypair rotation, and reactive database state synchronization.",
  "keywords": [
    "cocreate",
    "cocreate-app",
    "authentication",
    "auth",
    "jwt",
    "rs256",
    "crypto",
    "session-management",
    "rsa-2048",
    "multi-tenant",
    "token-verification",
    "zero-dependency",
    "esm",
    "security"
  ],
  "scripts": {
    "start": "webpack --config webpack.config.js --watch",
    "build": "NODE_ENV=production webpack --config webpack.config.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "license": "AGPL-3.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CoCreate-app/CoCreate-authenticate.git"
  },
  "author": "CoCreate LLC",
  "bugs": {
    "url": "https://github.com/CoCreate-app/CoCreate-authenticate/issues"
  },
  "type": "module",
  "main": "./src/index.js",
  "homepage": "https://cocreate.app/docs/authenticate",
  "dependencies": {
    "@cocreate/crud-server": "^1.41.0",
    "@cocreate/utils": "^1.52.0"
  }
}
