UNPKG

@sphereon/ssi-express-support

Version:

105 lines (104 loc) 2.79 kB
{ "name": "@sphereon/ssi-express-support", "version": "0.37.1", "source": "src/index.ts", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { "react-native": "./dist/index.js", "import": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "require": { "types": "./dist/index.d.cts", "require": "./dist/index.cjs" } }, "scripts": { "build": "tsup --config ../../tsup.config.ts --tsconfig ../../tsconfig.tsup.json", "start:dev": "cross-env ENVIRONMENT=dev NODE_ENV=local ts-node __tests__/index.ts", "start:energyshr": "cross-env ENVIRONMENT=EnergySHR NODE_ENV=energyshr node --experimental-specifier-resolution=node --loader ts-node/esm __tests__/index.ts" }, "dependencies": { "@sphereon/ssi-types": "0.37.1", "body-parser": "^1.20.2", "casbin": "^5.30.0", "cookie-session": "^2.1.0", "cors": "^2.8.5", "dotenv-flow": "^3.3.0", "express": "^4.19.2", "express-session": "^1.18.0", "http-terminator": "^3.2.0", "morgan": "^1.10.0", "openid-client": "^5.6.5", "passport": "^0.6.0", "qs": "^6.12.3", "uint8arrays": "^3.1.1" }, "devDependencies": { "@types/body-parser": "^1.19.5", "@types/cookie-session": "^2.0.49", "@types/cors": "^2.8.17", "@types/dotenv-flow": "^3.3.3", "@types/express": "^4.17.21", "@types/express-serve-static-core": "^4.19.5", "@types/express-session": "^1.18.0", "@types/http-terminator": "^2.0.5", "@types/morgan": "^1.9.9", "@types/passport": "^1.0.16", "@types/passport-azure-ad": "^4.3.6", "@types/passport-http-bearer": "^1.0.41", "@types/passport-jwt": "^4.0.1", "@types/qs": "^6.9.15", "cross-env": "^7.0.3", "jose": "^4.15.9", "jwks-rsa": "^3.2.2", "passport-jwt": "^4.0.1", "typescript": "5.8.3" }, "peerDependencies": { "@noble/hashes": "1.6.1", "jwks-rsa": "^3.2.2", "passport-azure-ad": "^4.3.5", "passport-http-bearer": "^1.0.1", "passport-jwt": "^4.0.1" }, "peerDependenciesMeta": { "passport-http-bearer": { "optional": true }, "@noble/hashes": { "optional": true }, "passport-azure-ad": { "optional": true }, "jwks-rsa": { "optional": true }, "passport-jwt": { "optional": true } }, "files": [ "dist", "src", "README.md", "LICENSE" ], "publishConfig": { "access": "public" }, "repository": "git@github.com:Sphereon-Opensource/SSI-SDK.git", "author": "Sphereon <dev@sphereon.com>", "license": "Apache-2.0", "keywords": [ "Sphereon", "SSI", "Agent" ], "gitHead": "f77778193dc9235727d306be0449c5bf05b63cbe" }