{
  "name": "idsrv2",
  "version": "1.1.3",
  "description": "A Solid OIDC authentication server appropriating google accounts for authentication.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/idsrv2",
  "lsd:components": "dist/components/components.jsonld",
  "lsd:contexts": {
    "https://linkedsoftwaredependencies.org/bundles/npm/idsrv2/^1.0.0/components/context.jsonld": "dist/components/context.jsonld"
  },
  "lsd:importPaths": {
    "https://linkedsoftwaredependencies.org/bundles/npm/idsrv2/^1.0.0/components/": "dist/components/",
    "https://linkedsoftwaredependencies.org/bundles/npm/idsrv2/^1.0.0/config/": "config/",
    "https://linkedsoftwaredependencies.org/bundles/npm/idsrv2/^1.0.0/dist/": "dist/"
  },
  "scripts": {
    "build": "npm run build:ts && npm run build:components",
    "build:components": "componentsjs-generator -s src -c dist/components -i .componentsignore -r idsrv2",
    "build:ts": "tsc",
    "prepare": "npm run build",
    "start": "community-solid-server -c ./config/idsrv2.json idsrv2-config.json -f data -m .",
    "test": "jest",
    "clean": "rm -fr node_modules; rm -fr data; rm -fr dist"
  },
  "files": [
    "dist",
    "config"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ksaito-hiu/idsrv2.git"
  },
  "keywords": [
    "Solid",
    "Authentication",
    "OpenID",
    "Connect"
  ],
  "author": "Kenji Saito",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ksaito-hiu/idsrv2/issues"
  },
  "homepage": "https://github.com/ksaito-hiu/idsrv2#readme",
  "dependencies": {
    "@solid/community-server": "^7.1.2",
    "css-google-auth": "^2.1.1",
    "openid-client": "^5.6.5"
  },
  "devDependencies": {
    "@tsconfig/node18": "^18.2.2",
    "@types/jest": "^29.5.12",
    "componentsjs-generator": "^3.1.2",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.2",
    "typescript": "5.1.6"
  }
}
