UNPKG

@sphereon/ssi-sdk.w3c-vc-api-verifier-rest-client

Version:

52 lines (51 loc) 1.22 kB
{ "name": "@sphereon/ssi-sdk.w3c-vc-api-verifier-rest-client", "version": "0.33.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", "veramo": { "pluginInterfaces": { "IVcApiVerifierClient": "./src/types/IVcApiVerifierClient.ts" } }, "scripts": { "build": "tsc --build", "build:clean": "tsc --build --clean && tsc --build", "generate-plugin-schema": "ts-node ../../packages/dev/bin/sphereon.js dev generate-plugin-schema" }, "dependencies": { "@veramo/core": "4.2.0", "cross-fetch": "^3.1.8" }, "devDependencies": { "@sphereon/ssi-sdk.dev": "0.33.0", "@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" ], "nx": {}, "gitHead": "c575bdd6642bda761881f0152e0a70ddc82d7f61" }