{
  "name": "@pristine-ts/security",
  "version": "3.0.2",
  "description": "",
  "module": "dist/lib/esm/security.module.js",
  "main": "dist/lib/cjs/security.module.js",
  "types": "dist/types/security.module.d.ts",
  "scripts": {
    "build": "tsc -p tsconfig.json && tsc -p tsconfig.cjs.json",
    "prepublish": "npm run build",
    "test": "jest",
    "test:cov": "jest --coverage"
  },
  "files": [
    "dist"
  ],
  "author": "",
  "license": "ISC",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@pristine-ts/common": "^3.0.2",
    "@pristine-ts/logging": "^3.0.2"
  },
  "devDependencies": {
    "@types/jsonwebtoken": "^8.5.1"
  },
  "jest": {
    "transform": {
      ".(ts|tsx)": "ts-jest"
    },
    "globals": {
      "ts-jest": {
        "tsconfig": {
          "strictNullChecks": false
        }
      }
    },
    "testEnvironment": "node",
    "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js"
    ],
    "coveragePathIgnorePatterns": [
      "/node_modules/",
      "/test/"
    ],
    "coverageThreshold": {
      "global": {
        "branches": 90,
        "functions": 95,
        "lines": 95,
        "statements": 95
      }
    },
    "collectCoverageFrom": [
      "src/*.{js,ts}"
    ]
  },
  "gitHead": "5bb217e6788b0dc68fc4cbcdb5ac11a48f3bcfe4",
  "repository": {
    "type": "git",
    "url": "https://github.com/magieno/pristine-ts.git",
    "directory": "packages/security"
  }
}
