jackson/npm/package.json

72 lines
1.8 KiB
JSON

{
"name": "@boxyhq/saml-jackson",
"version": "do-not-change",
"description": "SAML 2.0 service",
"keywords": [
"SAML 2.0"
],
"repository": {
"type": "git",
"url": "https://github.com/boxyhq/jackson.git"
},
"license": "Apache 2.0",
"main": "src/index.ts",
"types": "src/index.ts",
"files": [
"dist",
"migration"
],
"scripts": {
"build": "tsc -p tsconfig.build.json",
"db:migration:generate": "ts-node -r tsconfig-paths/register ./node_modules/typeorm/cli.js migration:generate --config ormconfig.js -n Initial",
"prepublishOnly": "npm run build",
"test": "tap --ts --timeout=100 --coverage test/**/*.test.ts",
"sort": "npx sort-package-json"
},
"tap": {
"branches": 50,
"coverage-map": "map.js",
"functions": 70,
"lines": 70,
"statements": 70
},
"dependencies": {
"@boxyhq/saml20": "0.2.0",
"@peculiar/webcrypto": "1.2.3",
"@peculiar/x509": "1.6.1",
"cors": "2.8.5",
"express": "4.17.2",
"mongodb": "4.2.2",
"mysql2": "2.3.3",
"pg": "8.7.1",
"rambda": "6.9.0",
"redis": "4.0.1",
"reflect-metadata": "0.1.13",
"ripemd160": "2.0.2",
"thumbprint": "0.0.1",
"typeorm": "0.2.41",
"xml-crypto": "2.1.3",
"xml2js": "0.4.23",
"xmlbuilder": "15.1.1"
},
"devDependencies": {
"@types/express": "4.17.13",
"@types/node": "16.11.17",
"@types/sinon": "10.0.6",
"@types/tap": "15.0.5",
"@typescript-eslint/eslint-plugin": "5.8.1",
"@typescript-eslint/parser": "5.8.1",
"eslint": "8.5.0",
"eslint-config-prettier": "8.3.0",
"prettier": "2.5.1",
"sinon": "12.0.1",
"tap": "15.1.5",
"ts-node": "10.4.0",
"tsconfig-paths": "3.12.0",
"typescript": "4.5.4"
},
"engines": {
"node": ">=14.x"
}
}