{
  "name": "idp-spoofing-provider",
  "description": "Authentication token issuer",
  "version": "0.2.1",
  "main": "./lib/index.js",
  "typings": "./lib/index.d.ts",
  "files": [
    "/lib"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/idp-provider/idp-spoofing-provider"
  },
  "bugs": {
    "url": "https://github.com/idp-provider/idp-spoofing-provider/issues"
  },
  "author": {
    "name": "idp-provider",
    "url": "https://github.com/idp-provider"
  },
  "contributors": [
    {
      "name": "Karlis Amolins",
      "email": "karlis.amolins.5@gmail.com"
    },
    {
      "name": "Andrea Sonny",
      "email": "andreasonny83@gmail.com"
    }
  ],
  "license": "MIT",
  "scripts": {
    "dev": "ts-node-dev --files --respawn src/index.ts",
    "prebuild": "jest",
    "build": "rm -rf lib && tsc",
    "build:ci": "rm -rf lib && tsc",
    "lint": "eslint src --ext .ts",
    "test": "jest"
  },
  "devDependencies": {
    "@babel/core": "^7.14.6",
    "@babel/preset-env": "^7.14.7",
    "@babel/preset-typescript": "^7.14.5",
    "@types/jest": "^26.0.23",
    "@types/node": "^15.12.1",
    "@types/xml-crypto": "^1.4.1",
    "@types/xmldom": "^0.1.30",
    "@typescript-eslint/eslint-plugin": "^4.26.0",
    "@typescript-eslint/parser": "^4.26.0",
    "babel-jest": "^27.0.5",
    "eslint": "^7.28.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^3.4.0",
    "jest": "^27.0.5",
    "prettier": "^2.3.1",
    "ts-node-dev": "^1.1.6",
    "typescript": "^4.3.2"
  },
  "dependencies": {
    "axios": "^0.21.1",
    "xml-crypto": "^2.1.2",
    "xmldom": "^0.6.0"
  }
}
