{
  "name": "@snapauth/sdk",
  "version": "0.3.0",
  "description": "SnapAuth JS/TS SDK",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "webpack",
    "watch": "webpack --watch",
    "test": "jest",
    "docs": "typedoc",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "2fa",
    "fido",
    "mfa",
    "passkeys",
    "snapauth",
    "u2f",
    "webauthentication",
    "webauthn"
  ],
  "devDependencies": {
    "@types/jest": "^29",
    "jest": "^29",
    "ts-jest": "^29",
    "ts-loader": "^9.5.1",
    "typescript": "^5.3",
    "webpack": "^5.90.0",
    "webpack-cli": "^5.1.4"
  },
  "files": [
    "dist"
  ],
  "jest": {
    "testEnvironment": "node"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/snapauthapp/sdk-typescript.git"
  },
  "license": "BSD-3-Clause"
}
