{
  "name": "exframe-security",
  "version": "5.7.0",
  "description": "Security framework module",
  "main": "index.js",
  "module": "index.mjs",
  "types": "index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.mjs",
      "require": "./index.js"
    }
  },
  "config": {
    "reporter": "mocha-exzeo-reporter"
  },
  "scripts": {
    "test": "nyc --reporter=html --reporter=text --report-dir=./documentation/coverage mocha --reporter $npm_package_config_reporter",
    "pretest": "npm run lint",
    "lint": "eslint ."
  },
  "keywords": [],
  "author": "Exzeo",
  "license": "ISC",
  "dependencies": {
    "config": "^3.3.6",
    "exframe-request": "^1.2.1",
    "jsonwebtoken": "^9.0.0",
    "node-rsa": "^1.1.1",
    "rc-config-loader": "^2.0.5"
  },
  "peerDependencies": {
    "exframe-logger": "^3.5.1"
  },
  "devDependencies": {
    "chai": "*",
    "eslint": "*",
    "eslint-config-exzeo": "*",
    "eslint-plugin-import": "*",
    "jsjws": "^6.0.3",
    "mocha": "*",
    "mocha-exzeo-reporter": "*",
    "mock-jwks": "^1.0.1",
    "nock": "*",
    "node-mocks-http": "*",
    "nyc": "*",
    "sinon": "*"
  },
  "repository": {
    "type": "git",
    "url": "https://bitbucket.org/exzeo-usa/exframe",
    "directory": "packages/exframe-security"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "gitHead": "2af79745e8886504794b41d2a14bd6f5a4fb1a55"
}
