{
  "name": "@verixyz/credential-ld",
  "description": "verixyz plugin for working with W3C JSON-LD Verifiable Credentials & Presentations.",
  "version": "2.0.0",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "build": "tsc",
    "generate-plugin-schema": "yarn verixyz dev generate-plugin-schema"
  },
  "verixyz": {
    "pluginInterfaces": {
      "ICredentialIssuerLD": "./src/action-handler.ts"
    }
  },
  "dependencies": {
    "@transmute/credentials-context": "^0.7.0-unstable.34",
    "@transmute/ed25519-signature-2018": "^0.7.0-unstable.34",
    "@transmute/lds-ecdsa-secp256k1-recovery2020": "^0.0.7",
    "@verixyz/core": "^1.3.3",
    "@verixyz/did-resolver": "^1.3.3",
    "@verixyz/utils": "^1.3.3",
    "debug": "^4.3.3",
    "did-resolver": "^3.1.5",
    "jsonld": "^5.2.0",
    "jsonld-signatures": "^9.3.1",
    "uint8arrays": "^3.0.0",
    "vc-js": "^0.6.4"
  },
  "devDependencies": {
    "@types/debug": "4.1.7",
    "borc": "3.0.0",
    "typescript": "4.6.4"
  },
  "files": [
    "build/**/*",
    "src/**/*",
    "contexts/**/*.jsonld",
    "plugin.schema.json",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": "git@github.com:peopledata/verixyz.git",
  "author": "Jerry Zhang <jerry.zhang@peopledata.org.cn>",
  "license": "Apache-2.0",
  "keywords": [],
  "gitHead": "67135d092d32ff6079388cb9db4d48e0ad7baa07"
}
