{
  "name": "@trustalliance/key",
  "version": "0.0.1-alpha.26",
  "description": "TrustAlliance key SDK",
  "source": "src/index.js",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "author": "Team Trackback <dev@trustalliance.co.nz>",
  "repository": {
    "type": "git",
    "url": "https://github.com/TrustAllianceNZ/trust-sdk.git"
  },
  "license": "GPL-3.0-or-later",
  "contributors": [
    "Don <donlokuge@gmail.com>",
    "Gayan <kalanamith@gmail.com>",
    "Dev <dev@trustalliance.co.nz>"
  ],
  "scripts": {
    "build": "tsc",
    "test": "mocha -r ts-node/register 'tests/**/*.ts'"
  },
  "dependencies": {
    "@stablelib/ed25519": "^1.0.2",
    "crypto": "^1.0.1",
    "jose": "^3.19.0",
    "ts-node": "^10.2.1"
  },
  "devDependencies": {
    "@types/chai": "^4.2.22",
    "@types/mocha": "^9.0.0",
    "chai": "^4.3.4"
  },
  "keywords": [
    "DID",
    "DID document",
    "Verifiable Credential",
    "W3C",
    "TrustAlliance",
    "Cryptography",
    "JSONWebKey2020"
  ],
  "gitHead": "7d049d00b866e1f557525781b01e0166ed7f912b"
}
