@equisoft/oauth2orize-bearer-to-bearer
Advanced tools
Comparing version 1.2.1-snapshot.20230123130154 to 1.2.1-snapshot.20230123200222
{ | ||
"name": "@equisoft/oauth2orize-bearer-to-bearer", | ||
"version": "1.2.1-snapshot.20230123130154", | ||
"version": "1.2.1-snapshot.20230123200222", | ||
"description": "Bearer Token Exchange Middleware for OAuth2orize.", | ||
@@ -42,6 +42,7 @@ "author": "Equisoft Inc.", | ||
"devDependencies": { | ||
"@equisoft/eslint-config": "^3.0.3", | ||
"@equisoft/eslint-config": "3.0.3", | ||
"@microsoft/eslint-formatter-sarif": "3.0.0", | ||
"chai": "^4.3.7", | ||
"eslint": "8.32.0", | ||
"eslint-import-resolver-node": "0.3.7", | ||
"eslint-plugin-chai-friendly": "0.7.2", | ||
@@ -54,3 +55,4 @@ "eslint-plugin-import": "2.27.5", | ||
"sinon": "^15.0.1", | ||
"sinon-chai": "^3.7.0" | ||
"sinon-chai": "^3.7.0", | ||
"yargs": "17.6.2" | ||
}, | ||
@@ -61,3 +63,4 @@ "scripts": { | ||
"test:ci": "NODE_ENV=test nyc -r clover --report-dir build/mocha/coverage mocha --reporter mocha-junit-reporter --reporter-options mochaFile=build/mocha/junit.xml --non-interactive --no-progress test", | ||
"eslint": "eslint . --ext .js" | ||
"eslint": "eslint lib test", | ||
"eslint:ci": "yarn eslint" | ||
}, | ||
@@ -64,0 +67,0 @@ "engines": { |
1095202
14