{
  "name": "scimgateway",
  "version": "6.1.17",
  "type": "module",
  "description": "Using SCIM protocol as a gateway for user provisioning to other endpoints",
  "author": "Jarle Elshaug <jarle.elshaug@gmail.com> (https://elshaug.xyz)",
  "homepage": "https://elshaug.xyz",
  "license": "MIT",
  "main": "lib/scimgateway.ts",
  "module": "./index.ts",
  "scripts": {
    "postinstall": "bun ./lib/postinstall.ts",
    "start": "bun index.ts",
    "start:node": "node --experimental-strip-types index.ts",
    "hot": "bun --hot run ./index.ts",
    "test": "bun test ./test/index.ts",
    "lint": "eslint --config eslint.config.js ."
  },
  "bin": {
    "scimgateway": "./index.ts"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jelhub/scimgateway.git"
  },
  "keywords": [
    "scim",
    "gateway",
    "stream",
    "iga",
    "provisioning",
    "entra"
  ],
  "engines": {
    "node": ">=22.6.0"
  },
  "dependencies": {
    "@ldapjs/asn1": "^2.0.0",
    "@nats-io/jetstream": "^3.3.1",
    "@nats-io/nats-core": "^3.3.1",
    "@nats-io/transport-node": "^3.3.1",
    "@types/ldapjs": "^3.0.6",
    "@types/lokijs": "^1.5.14",
    "@types/tedious": "^18.0.0",
    "dot-object": "^2.1.5",
    "fold-to-ascii": "^5.0.1",
    "https-proxy-agent": "^9.0.0",
    "hyco-https": "^1.4.5",
    "is-in-subnet": "^4.0.1",
    "jose": "^6.2.2",
    "ldapjs": "^3.0.7",
    "lokijs": "^1.5.12",
    "mongodb": "^7.1.1",
    "node-machine-id": "1.1.12",
    "nodemailer": "^8.0.5",
    "saml": "^4.0.0",
    "tsx": "^4.21.0"
  },
  "peerDependencies": {
    "typescript": "^6.0.2"
  },
  "devDependencies": {
    "@stylistic/eslint-plugin": "^5.10.0",
    "@types/bun": "^1.3.12",
    "@types/dot-object": "^2.1.6",
    "@types/node": "^25.6.0",
    "@types/nodemailer": "^8.0.0",
    "@typescript-eslint/eslint-plugin": "^8.58.1",
    "@typescript-eslint/parser": "^8.58.1",
    "eslint": "^10.2.0"
  }
}
