{
  "name": "scim-patch",
  "version": "0.9.3",
  "description": "SCIM Patch operation (rfc7644).",
  "main": "lib/src/scimPatch.js",
  "types": "lib/src/scimPatch.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thomaspoignant/scim-patch"
  },
  "keywords": [
    "scim",
    "patch",
    "rfc7644"
  ],
  "scripts": {
    "mocha": "npm run build && ./node_modules/.bin/mocha 'lib/test/**/*.test.js'",
    "test": "nyc mocha 'lib/test/**/*.test.js'",
    "coverage": "nyc report --reporter=text-lcov",
    "build": "tsc",
    "bench": "npm run build && node lib/test/perf/benchmark.js",
    "lint": "eslint . --ext .ts"
  },
  "author": "thomas.poignant@gmail.com",
  "license": "Unlicense",
  "devDependencies": {
    "@types/benchmark": "2.1.5",
    "@types/chai": "5.2.3",
    "@types/mocha": "10.0.10",
    "@typescript-eslint/eslint-plugin": "8.69.0",
    "@typescript-eslint/parser": "8.69.0",
    "benchmark": "2.1.4",
    "chai": "6.2.2",
    "eslint": "10.9.1",
    "eslint-plugin-mocha": "12.0.2",
    "eslint-plugin-testing-library": "7.16.2",
    "mocha": "^12.0.0",
    "nyc": "18.0.0",
    "ts-node": "10.9.2",
    "typescript": "6.0.3"
  },
  "dependencies": {
    "@types/node": "^26.0.0",
    "fast-deep-equal": "3.1.3",
    "scim2-parse-filter": "0.3.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
