{
    "name": "@ufdevsllc/authme2.0",
    "version": "1.1.0",
    "description": "SDK for license management and remote monitoring with automatic system tracking, license validation, and remote control capabilities",
    "main": "index.js",
    "type": "module",
    "exports": {
        ".": {
            "import": "./index.js",
            "require": "./index.js",
            "default": "./index.js"
        },
        "./package.json": "./package.json"
    },
    "files": [
        "index.js",
        "lib/",
        "README.md",
        "CLIENT-DOCUMENTATION.md",
        "VENDOR-DOCUMENTATION.md",
        "API-REFERENCE.md",
        "FEATURES-OVERVIEW.md",
        "CHANGELOG.md",
        "package.json"
    ],
    "scripts": {
        "test": "vitest run",
        "test:watch": "vitest",
        "docs": "echo 'Documentation available in: CLIENT-DOCUMENTATION.md, VENDOR-DOCUMENTATION.md, API-REFERENCE.md, FEATURES-OVERVIEW.md'",
        "demo": "cd real-world-test && npm run demo"
    },
    "keywords": [
        "license",
        "monitoring",
        "sdk",
        "remote-control",
        "system-tracking",
        "license-validation",
        "mongodb",
        "software-protection",
        "anti-piracy",
        "deployment-tracking"
    ],
    "author": "ufdevs llc @rameshvishwakarma",
    "license": "ISC",
    "dependencies": {
        "mongoose": "^8.0.0",
        "os": "^0.1.2"
    },
    "devDependencies": {
        "vitest": "^1.0.0"
    },
    "engines": {
        "node": ">=14.0.0"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/ufdevsllc/authme2.0.git"
    },
    "bugs": {
        "url": "https://github.com/ufdevsllc/authme2.0/issues"
    },
    "homepage": "https://github.com/ufdevsllc/authme2.0#readme",
    "publishConfig": {
        "access": "public"
    }
}