{
  "name": "@trackback/agent",
  "version": "0.0.1-alpha.48",
  "description": "TrackBack agent SDK",
  "source": "src/index.js",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "author": "Team Trackback <dev@track-back.co>",
  "repository": {
    "type": "git",
    "url": "https://github.com/trackback-blockchain/trackback-verifiable.git"
  },
  "license": "GPL-3.0-or-later",
  "contributors": [
    "Don <donlokuge@gmail.com>",
    "Gayan <kalanamith@gmail.com>",
    "Dev <dev@track-back.co>"
  ],
  "scripts": {
    "build": "tsc",
    "test": "mocha -r ts-node/register 'tests/**/*.ts'"
  },
  "dependencies": {
    "@polkadot/api": "^6.5.2",
    "@polkadot/keyring": "^7.6.1",
    "@polkadot/types": "^6.5.2",
    "@polkadot/util-crypto": "^7.6.1",
    "@trackback/key": "^0.0.1-alpha.22",
    "@trackback/vc": "^0.0.1-alpha.24",
    "axios": "^0.24.0",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@types/chai": "^4.2.22",
    "@types/mocha": "^9.0.0",
    "@types/sinon": "^10.0.6",
    "@types/uuid": "^8.3.1",
    "chai": "^4.3.4",
    "mocha": "^9.1.2",
    "mock-socket": "^9.0.5",
    "prettier": "2.4.1",
    "sinon": "^12.0.1",
    "ts-node": "^10.2.1",
    "ts-sinon": "^2.0.2"
  },
  "keywords": [
    "DID",
    "DID document",
    "Verifiable Credential",
    "W3C",
    "Substrate",
    "Polkadot",
    "Web3",
    "TrackBack",
    "Blockchain",
    "Self Sovereign Identity"
  ],
  "gitHead": "7973d7b19c7310dba5ad53302f6e82d742fcb694"
}
