{
  "name": "@trap_stevo/lockline",
  "version": "0.0.11",
  "description": "The ultimate solution for secure, scalable, and tamper-resistant license key validation. Combine flexible validation strategies, encrypted / pluggable storage, smart fallback resilience, and real-time revocation control to lock down your software — and unlock next-gen licensing workflows.",
  "main": "dist/cjs/Lockline.js",
  "exports": {
    ".": "./dist/cjs/Lockline.js"
  },
  "scripts": {
    "build": "babel src -d dist/cjs --env-name cjs",
    "start-lockline-server": "node ./demos/lockLineServerDemo.js",
    "start-lockline": "node ./demos/lockLineDemo.js",
    "start": "node ./dist/cjs/Lockline.js"
  },
  "keywords": [
    "Legendary",
    "Enlightened",
    "Steven Compton",
    "Magical",
    "license",
    "license-key",
    "licensing",
    "license-validation",
    "license-manager",
    "key-validation",
    "software-protection",
    "software-licensing",
    "secure-license",
    "license-checker",
    "anti-piracy",
    "tamper-detection",
    "license-server",
    "real-time-validation",
    "encrypted-storage",
    "key-revocation",
    "license-auth",
    "security",
    "auth",
    "lockline",
    "validation-api"
  ],
  "author": "Steven Compton",
  "license": "See License in LICENSE.md",
  "devDependencies": {
    "@babel/cli": "^7.24.8",
    "@babel/core": "^7.25.2",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-transform-private-methods": "^7.25.4",
    "@babel/plugin-transform-runtime": "^7.24.7",
    "@babel/preset-env": "^7.25.3",
    "axios": "^1.9.0",
    "express": "^5.1.0"
  }
}
