{
    "name": "@zaptic-external/saml",
    "version": "3.0.1",
    "description": "Minimal saml service provider with support for sp-initiated redirect login only",
    "main": "dist/service-provider.js",
    "types": "dist/service-provider.d.ts",
    "author": "Ben <ben@zaptic.com>",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/Zaptic/saml"
    },
    "keywords": [
        "saml"
    ],
    "bugs": {
        "url": "https://github.com/Zaptic/saml/issues"
    },
    "license": "MIT",
    "scripts": {
        "prettier": "prettier --write .",
        "prettier:check": "prettier --check .",
        "release": "./scripts/release",
        "lint": "tslint -c tslint.json --project tsconfig.json",
        "test": "ts-mocha --colors --require source-map-support/register --ui bdd 'src/spec/**/*.ts'"
    },
    "devDependencies": {
        "@types/chai": "^4.1.4",
        "@types/mocha": "^5.2.4",
        "@types/node": "^10.5.2",
        "@types/xml-crypto": "^1.4.2",
        "@types/xml-encryption": "^1.2.1",
        "@types/xml2js": "0.4.3",
        "@types/xmldom": "0.1.29",
        "chai": "^4.1.2",
        "mocha": "^10.2.0",
        "prettier": "^3.5.3",
        "source-map-support": "^0.5.6",
        "ts-mocha": "^11.1.0",
        "tslint": "^5.10.0",
        "typescript": "^5.8.3"
    },
    "dependencies": {
        "@xmldom/xmldom": "^0.8.7",
        "libxmljs2": "^0.37.0",
        "xml-crypto": "^3.0.1",
        "xml-encryption": "^3.0.2",
        "xml2js": "^0.6.2",
        "xpath": "^0.0.32"
    }
}
