{
  "name": "scimmy",
  "description": "SCIMMY - SCIM m(ade eas)y",
  "version": "1.3.5",
  "author": "sleelin",
  "license": "MIT",
  "type": "module",
  "engines": {
    "node": ">=16"
  },
  "main": "./dist/scimmy.js",
  "types": "./dist/scimmy.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/scimmy.d.ts",
        "default": "./dist/scimmy.js"
      },
      "require": {
        "types": "./dist/scimmy.d.ts",
        "default": "./dist/cjs/scimmy.cjs"
      }
    },
    "./*": {
      "import": {
        "types": "./dist/scimmy.d.ts",
        "default": "./dist/lib/*.js"
      },
      "require": {
        "types": "./dist/scimmy.d.ts",
        "default": "./dist/cjs/lib/*.js"
      }
    }
  },
  "scripts": {
    "test": "node packager.js -t test",
    "test:ci": "node packager.js -t test:ci",
    "clean": "node packager.js -t clean",
    "build": "node packager.js -t build",
    "prepare": "node packager.js -t prepack",
    "document": "./node_modules/.bin/jsdoc -c ./jsdoc.json"
  },
  "files": [
    "dist/**"
  ],
  "keywords": [
    "SCIM",
    "provisioning",
    "identity",
    "rfc7643",
    "rfc7644"
  ],
  "homepage": "https://scimmyjs.github.io",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/scimmyjs/scimmy.git"
  },
  "imports": {
    "#@/*": {
      "default": "./src/*"
    }
  },
  "c8": {
    "all": true,
    "check-coverage": true,
    "include": [
      "src/**/*.js"
    ],
    "reporter": [
      "clover",
      "lcov"
    ]
  },
  "bugs": {
    "url": "https://github.com/scimmyjs/scimmy/issues"
  },
  "devDependencies": {
    "@types/node": "ts5.8",
    "c8": "^10.1.3",
    "chalk": "^5.4.1",
    "classy-template": "^1.5.4",
    "jsdoc": "^4.0.4",
    "minimist": "^1.2.8",
    "mocha": "^11.1.0",
    "ostensibly-typed": "^1.2.2",
    "rollup": "^4.34.9",
    "sinon": "^19.0.2",
    "typescript": "^5.8.2"
  }
}
