{
  "name": "keynexus",
  "version": "1.0.0",
  "description": "Official JavaScript/TypeScript SDK for KeyNexus License Management System",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsup src/index.ts --format cjs,esm --dts",
    "dev": "tsup src/index.ts --format cjs,esm --dts --watch",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "keynexus",
    "license",
    "licensing",
    "authentication",
    "drm",
    "protection",
    "hwid",
    "jwt"
  ],
  "author": "KeyNexus <support@keynexus.es>",
  "license": "MIT",
  "publishConfig": {
    "registry": "https://keynexus.es"
  },
  "homepage": "https://keynexus.es/docs",
  "devDependencies": {
    "tsup": "^8.0.0",
    "typescript": "^5.0.0"
  },
  "dependencies": {}
}
