{
  "name": "@trap_stevo/veriauth",
  "version": "0.0.5",
  "description": "The ultimate authentication handshake engine for pairing devices and sessions with absolute precision. Empowering secure, modular client pairing with encrypted session key registration, trustless validation, and zero bootstrap dependencies. Designed for real-time systems and encrypted communication layers, this solution enforces identity-backed initialization with flexible integration hooks. Adapt to any security model with persistent or ephemeral session flows, environment-aware pairing policies, and seamless interoperability across distributed applications.",
  "main": "dist/cjs/VeriAuth.js",
  "exports": {
    ".": {
      "require": "./dist/cjs/VeriAuth.js"
    }
  },
  "scripts": {
    "build": "babel src -d dist/cjs --env-name cjs",
    "start-veriauth": "node ./demos/veriAuthDemo.js",
    "start": "node dist/cjs/VeriAuth.js"
  },
  "keywords": [
    "Legendary",
    "Enlightened",
    "Steven Compton",
    "Magical",
    "pair auth",
    "pair authentication",
    "Cyber security",
    "device",
    "device pairing",
    "device pair",
    "versatile security",
    "configurable auth pairing",
    "versatile auth pairing",
    "robust auth pairing",
    "security"
  ],
  "author": "Steven Compton",
  "license": "See License in LICENSE.md",
  "dependencies": {},
  "devDependencies": {
    "@babel/cli": "^7.24.8",
    "@babel/core": "^7.25.2",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-transform-runtime": "^7.24.7",
    "@babel/preset-env": "^7.25.3",
    "body-parser": "^2.2.0",
    "express": "^5.1.0"
  }
}
