{
  "name": "gigya-client-node-temporary",
  "description": "Gigya SDK for NodeJS",
  "keywords": [
    "gigya"
  ],
  "version": "0.3.55",
  "author": {
    "name": "Scott Hovestadt",
    "email": "scott.hovestadt@gmail.com"
  },
  "maintainers": [
    {
      "name": "Konstantin Bläsi",
      "email": "kblaesi@gmail.com"
    }
  ],
  "scripts": {
    "dev": "vitest",
    "test": "vitest run",
    "build": "tsup",
    "release": "pnpm run build && changeset publish",
    "lint": "prettier --check --plugin-search-dir=. . && tsc",
    "format": "prettier --write --plugin-search-dir=. ."
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/konstantinblaesi/gigya-client-node.git"
  },
  "dependencies": {
    "jose": "^5.2.3",
    "lodash": "^4.17.21",
    "strict-uri-encode": "^2.0.0"
  },
  "files": [
    "dist",
    "assets"
  ],
  "type": "module",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "readmeFilename": "README.md",
  "bugs": {
    "url": "https://github.com/konstantinblaesi/gigya-client-node/issues"
  },
  "homepage": "https://github.com/konstantinblaesi/gigya-client-node",
  "devDependencies": {
    "@changesets/cli": "^2.27.1",
    "@types/lodash": "^4.14.202",
    "@types/node": "^20.11.25",
    "@types/pbkdf2": "^3.1.2",
    "@types/request": "^2.48.12",
    "@types/strict-uri-encode": "^2.0.2",
    "changesets": "^1.0.2",
    "dotenv": "^16.4.5",
    "maskdata": "^1.3.1",
    "npm-check-updates": "^16.14.15",
    "pbkdf2": "^3.1.2",
    "prettier": "^3.2.5",
    "tsup": "^8.0.2",
    "tsx": "^4.7.1",
    "typescript": "^5.4.2",
    "undici": "^6.7.1",
    "utility-types": "^3.11.0",
    "vite": "^5.1.5",
    "vitest": "^1.3.1",
    "zod": "^3.22.4"
  },
  "license": "MIT",
  "engines": {
    "node": ">=16"
  }
}