{
  "name": "software-license-key",
  "version": "1.1.0",
  "description": "Library for generating and validating software license keys with data embedded in the key.",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/_mocha --timeout 10000"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/timtutt/software-license-key.git"
  },
  "keywords": [
    "software",
    "license",
    "key",
    "generator",
    "validator"
  ],
  "author": "Tim Tutt <tim@timtutt.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/timtutt/software-license-key/issues"
  },
  "homepage": "https://github.com/timtutt/software-license-key#readme",
  "overrides": {
    "minimatch": ">=10.2.1"
  },
  "dependencies": {
    "crypto-js": "4.2.0",
    "node-rsa": "^0.4.2"
  },
  "devDependencies": {
    "mocha": "^10.4.0"
  }
}
