cityssm/ad-web-auth-connector

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@cityssm/ad-web-auth-connector",
  "version": "1.1.1",
  "description": "A connector to assist with authenticating with a cityssm/ad-web-auth instance.",
  "type": "module",
  "exports": "./index.js",
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "test": "mocha --timeout 120000 --exit"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cityssm/ad-web-auth-connector.git"
  },
  "author": "The Corporation of the City of Sault Ste. Marie",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cityssm/ad-web-auth-connector/issues"
  },
  "homepage": "https://github.com/cityssm/ad-web-auth-connector#readme",
  "devDependencies": {
    "@types/mocha": "^10.0.6",
    "@types/node": "^20.14.1",
    "eslint-config-cityssm": "^3.2.0"
  }
}