{
  "name": "@jsreport/jsreport-authentication",
  "version": "4.3.1",
  "description": "jsreport extension adding user authentication",
  "keywords": [
    "jsreport",
    "authentication"
  ],
  "homepage": "https://jsreport.net/learn/authentication",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/jsreport/jsreport.git"
  },
  "license": "LGPL",
  "author": {
    "name": "Jan Blaha"
  },
  "files": [
    "lib",
    "public",
    "studio",
    "index.js",
    "jsreport.config.js"
  ],
  "scripts": {
    "build": "jsreport-studio-build",
    "prepublish": "jsreport-studio-build",
    "start": "jsreport-studio-start --httpPort 5488",
    "start-auth-server": "node ./authServerTest",
    "test": "mocha \"./test/*.spec.js\" --timeout 10000 --exit && standard"
  },
  "dependencies": {
    "body-parser": "1.20.4",
    "client-sessions": "0.8.0",
    "ejs": "3.1.10",
    "openid-client": "4.9.0",
    "passport": "0.7.0",
    "passport-http": "0.3.0",
    "passport-http-bearer": "1.0.1",
    "passport-local": "1.0.0",
    "password-hash": "1.2.2"
  },
  "devDependencies": {
    "@jsreport/jsreport-core": "4.9.0",
    "@jsreport/jsreport-express": "4.3.1",
    "@jsreport/studio-dev": "4.1.0",
    "express": "4.22.1",
    "lodash.clonedeep": "4.5.0",
    "mocha": "11.7.5",
    "should": "13.2.3",
    "standard": "16.0.4",
    "supertest": "3.4.2"
  },
  "engines": {
    "node": ">=22.18"
  },
  "standard": {
    "ignore": [
      "studio/main.js",
      "public/**"
    ],
    "env": {
      "node": true,
      "mocha": true,
      "browser": true
    }
  }
}
