@sphereon/ssi-sdk.w3c-vc-api-verifier-rest-client
Version:
63 lines (62 loc) • 1.5 kB
JSON
{
"name": "@sphereon/ssi-sdk.w3c-vc-api-verifier-rest-client",
"version": "0.40.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"
}
},
"veramo": {
"pluginInterfaces": {
"IVcApiVerifierClient": "./src/types/IVcApiVerifierClient.ts"
}
},
"scripts": {
"build": "tsup --config ../../tsup.config.ts --tsconfig ../../tsconfig.tsup.json",
"generate-plugin-schema": "tsx ../../packages/dev/bin/sphereon.js dev generate-plugin-schema"
},
"dependencies": {
"@veramo/core": "4.2.0",
"cross-fetch": "^4.1.0"
},
"devDependencies": {
"@sphereon/ssi-sdk.dev": "0.40.1",
"@veramo/cli": "4.2.0",
"@veramo/remote-client": "4.2.0",
"@veramo/remote-server": "4.2.0"
},
"files": [
"dist",
"src",
"README.md",
"plugin.schema.json",
"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",
"Veramo",
"W3C",
"VC",
"API",
"Verifier"
],
"gitHead": "e51d450fceab02b6da01c8b88de9532a09d1e913"
}