@sphereon/ssi-sdk.ms-request-api
Version:
79 lines (78 loc) • 1.98 kB
JSON
{
"name": "@sphereon/ssi-sdk.ms-request-api",
"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"
}
},
"veramo": {
"pluginInterfaces": {
"IMsRequestApi": "./src/types/IMsRequestApi.ts"
}
},
"scripts": {
"build": "tsup --config ../../tsup.config.ts --tsconfig ../../tsconfig.tsup.json",
"generate-plugin-schema": "ts-node ../../packages/dev/bin/sphereon.js dev generate-plugin-schema"
},
"dependencies": {
"@sphereon/ssi-sdk.ms-authenticator": "0.34.0",
"@veramo/core": "4.2.0",
"cross-fetch": "^3.1.8"
},
"devDependencies": {
"@sphereon/ssi-sdk.agent-config": "0.34.0",
"@sphereon/ssi-sdk.credential-store": "0.34.0",
"@types/express": "^4.17.21",
"@types/express-session": "^1.18.0",
"@types/node": "^20.17.1",
"@types/uuid": "^9.0.8",
"@veramo/data-store": "4.2.0",
"@veramo/remote-client": "4.2.0",
"@veramo/remote-server": "4.2.0",
"express": "^4.19.2",
"express-session": "^1.18.0",
"prettier": "^2.8.8",
"sqlite3": "^5.1.7",
"typeorm": "0.3.20",
"typescript": "5.8.3",
"uuid": "^9.0.1"
},
"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": [
"Microsoft",
"Active Directory",
"Sphereon",
"SSI",
"Veramo",
"W3C",
"VC",
"API",
"Issuer"
],
"gitHead": "b1c9c5e91a9ce4bc677ff2cce5f2d520a16b366d"
}