@sphereon/ssi-sdk.resource-resolver
Version:
66 lines (65 loc) • 1.59 kB
JSON
{
"name": "@sphereon/ssi-sdk.resource-resolver",
"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": {
"IResourceResolverManager": "./src/types/IResourceResolverManager.ts"
}
},
"scripts": {
"build": "tsup --config ../../tsup.config.ts --tsconfig ../../tsconfig.tsup.json"
},
"dependencies": {
"@sphereon/ssi-sdk.anomaly-detection": "0.34.0",
"@sphereon/ssi-sdk.kv-store-temp": "0.34.0",
"cross-fetch": "^3.1.8",
"debug": "^4.3.5",
"typeorm": "0.3.20",
"uint8arrays": "^3.1.1"
},
"devDependencies": {
"@sphereon/ssi-sdk.agent-config": "0.34.0",
"@veramo/remote-client": "4.2.0",
"@veramo/remote-server": "4.2.0",
"nock": "^13.5.4",
"timekeeper": "^2.3.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": [
"Sphereon",
"SSI",
"Veramo",
"Resource Management",
"Caching"
],
"gitHead": "b1c9c5e91a9ce4bc677ff2cce5f2d520a16b366d"
}