{
  "name": "@safepassage/sdk",
  "version": "3.5.2",
  "description": "SafePassage SDK - Lightweight redirect-based age verification",
  "main": "index.js",
  "types": "index.d.ts",
  "files": [
    "index.js",
    "index.d.ts",
    "brands",
    "core",
    "types",
    "utils",
    "sdk.min.js",
    "safepassage.min.js",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "safepassage",
    "age-verification",
    "redirect",
    "sdk",
    "typescript",
    "lightweight"
  ],
  "author": "SafePassage",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/safepassageapp/sdk.git"
  },
  "bugs": {
    "url": "https://github.com/safepassageapp/sdk/issues"
  },
  "homepage": "https://docs.safepassageapp.com/sdk",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "engines": {
    "node": ">=14.0.0"
  }
}
