UNPKG

iffe-oidc

Version:
58 lines (57 loc) 1.22 kB
{ "name": "iffe-oidc", "version": "0.0.8", "description": "oidc module for iffe.co", "main": "dist/index.js", "scripts": { "build": "tsc", "test": "jest --verbose", "cov": "jest --coverage" }, "repository": { "type": "git", "url": "git+https://github.com/liuwei77/iffe-oidc.git" }, "keywords": [ "oidc", "relying-party", "session-manager" ], "author": "Liu, Wei", "license": "MIT", "bugs": { "url": "https://github.com/liuwei77/iffe-oidc/issues" }, "homepage": "https://github.com/liuwei77/iffe-oidc#readme", "dependencies": { "@solid/oidc-rp": "^0.10.0", "cross-fetch": "^3.0.5", "jsonwebtoken": "^8.5.1" }, "devDependencies": { "@types/jest": "^26.0.0", "@types/node": "^14.0.13", "jest": "^26.0.1", "nock": "^12.0.3", "ts-jest": "^26.1.0", "typescript": "^3.9.5" }, "jest": { "transform": { "^.+\\.tsx?$": "ts-jest" }, "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ], "coverageDirectory": "coverage", "collectCoverageFrom": [ "src/*.ts" ] } }