{
  "name": "@villedemontreal/auth-core",
  "version": "1.1.5",
  "description": "Core services shared with OIDC and http bindings",
  "author": "Montreal City Authors",
  "license": "MIT",
  "main": "dist/index.js",
  "homepage": "https://github.com/VilledeMontreal/authentication-nodejs-lib#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/VilledeMontreal/authentication-nodejs-lib",
    "directory": "packages/core"
  },
  "bugs": {
    "url": "https://github.com/VilledeMontreal/authentication-nodejs-lib/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "clean": "rm -rf ./build ./tsconfig.tsbuildinfo coverage output",
    "compile": "tsc -p .",
    "pre-commit": "npm run lint-fix",
    "pre-push": "npm run lint && npm run test",
    "lint": "eslint src",
    "lint-fix": "eslint --fix src",
    "test": "jest --reporters=default",
    "test-ci": "jest --ci",
    "show-coverage": "open output/coverage/lcov-report/index.html"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "directories": {
    "lib": "src"
  },
  "files": [
    "src",
    "dist"
  ],
  "typings": "dist/index.d.ts",
  "devDependencies": {
    "@types/express": "5.0.6",
    "@types/jest": "30.0.0",
    "@types/node": "24.x",
    "@typescript-eslint/eslint-plugin": "8.51.0",
    "@typescript-eslint/parser": "8.51.0",
    "body-parser": "2.2.1",
    "eslint": "9.39.2",
    "eslint-config-airbnb-typescript": "18.0.0",
    "eslint-config-prettier": "10.1.8",
    "eslint-plugin-header": "3.1.1",
    "eslint-plugin-import": "2.32.0",
    "eslint-plugin-jest": "29.12.0",
    "eslint-plugin-node": "11.1.0",
    "eslint-plugin-prettier": "5.5.4",
    "express": "5.2.1",
    "jest": "30.2.0",
    "jest-junit": "16.0.0",
    "prettier": "3.7.4",
    "ts-jest": "29.4.6",
    "typescript": "5.9.3"
  },
  "gitHead": "bc6af14212505446306a204872f51f9710380784"
}
