@sphereon/ssi-sdk.public-key-hosting
Version:
97 lines (96 loc) • 2.73 kB
JSON
{
"name": "@sphereon/ssi-sdk.public-key-hosting",
"version": "0.34.0",
"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:prod": "node build/index.js",
"start:dev": "ts-node __tests__/agent.ts"
},
"dependencies": {
"@sphereon/ssi-express-support": "0.34.0",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.29.0",
"@sphereon/ssi-sdk-ext.key-manager": "0.29.0",
"@sphereon/ssi-sdk-ext.key-utils": "0.29.0",
"@sphereon/ssi-sdk-ext.kms-local": "0.29.0",
"@sphereon/ssi-sdk.core": "0.34.0",
"@sphereon/ssi-types": "0.34.0",
"@veramo/core": "4.2.0",
"@veramo/key-manager": "4.2.0",
"@veramo/kms-local": "4.2.0",
"body-parser": "^1.20.2",
"casbin": "^5.30.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cross-fetch": "^3.1.8",
"debug": "^4.3.5",
"dotenv-flow": "^3.3.0",
"express": "^4.19.2",
"short-uuid": "^4.2.2",
"uuid": "^9.0.1"
},
"devDependencies": {
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.29.0",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.29.0",
"@sphereon/ssi-sdk.agent-config": "0.34.0",
"@types/body-parser": "^1.19.5",
"@types/cookie-parser": "^1.4.7",
"@types/cors": "^2.8.17",
"@types/debug": "^4.1.12",
"@types/dotenv-flow": "^3.3.3",
"@types/express": "^4.17.21",
"@types/express-http-proxy": "^1.6.6",
"@types/morgan": "^1.9.9",
"@types/node": "^20.17.1",
"@types/passport": "^1.0.16",
"@types/passport-azure-ad": "^4.3.6",
"@types/uuid": "^9.0.8",
"@veramo/data-store": "4.2.0",
"@veramo/did-manager": "4.2.0",
"@veramo/utils": "4.2.0",
"did-resolver": "^4.1.0",
"jose": "^5.6.3",
"morgan": "^1.10.0",
"nock": "^13.5.4",
"passport": "^0.6.0",
"passport-azure-ad": "^4.3.5",
"ts-node": "^10.9.2",
"typeorm": "0.3.20"
},
"files": [
"dist",
"src",
"README.md",
"plugin.schema.json",
"LICENSE"
],
"private": false,
"publishConfig": {
"access": "public"
},
"repository": "git@github.com:Sphereon-Opensource/SSI-SDK.git",
"author": "Sphereon <dev@sphereon.com>",
"license": "Apache-2.0",
"keywords": [
"Sphereon",
"SSI",
"JWKS",
"Hosting"
],
"gitHead": "b1c9c5e91a9ce4bc677ff2cce5f2d520a16b366d"
}