{
  "name": "@cryptlex/lexfloatclient",
  "version": "4.16.0",
  "description": "LexFloatClient API wrapper for Node.js.",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "tsc"
  },
  "keywords": [
    "cryptlex",
    "lexfloatclient",
    "licensing library"
  ],
  "author": "Cryptlex LLP",
  "license": "SEE LICENSE IN LICENSE.md",
  "dependencies": {
    "detect-libc": "~2.0.1",
    "node-addon-api": "~3.2.1"
  },
  "devDependencies": {
    "@types/detect-libc": "^1.0.0",
    "@types/node": "18.11.9",
    "@typescript-eslint/eslint-plugin": "5.44.0",
    "@typescript-eslint/parser": "5.44.0",
    "eslint": "8.28.0",
    "typescript": "4.9"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cryptlex/lexfloatclient-js.git"
  },
  "homepage": "https://cryptlex.com",
  "gypfile": false
}
