{
  "name": "xdvplatform-tools",
  "version": "2.0.3",
  "description": "",
  "main": "src/index.ts",
  "scripts": {
    "test": "ts-mocha --timeout 540000 -p tsconfig.json src/**/*_spec.ts",
    "start": "ts-node --files ./src/index.ts",
    "build": "tsc",
    "watch": "tsnd --respawn index.ts --watch ./src"
  },
  "keywords": [],
  "author": "@molekilla",
  "license": "MIT",
  "repository": {
    "url": "https://github.com/molekilla/xdv-fe-builder"
  },
  "devDependencies": {
    "@types/expect": "^24.3.0",
    "@types/mocha": "^7.0.2",
    "@types/node": "^14.0.1",
    "@types/xml-crypto": "^1.4.1",
    "chai": "^4.2.0",
    "mocha": "^7.1.2",
    "ts-mocha": "^7.0.0",
    "ts-node-dev": "^1.0.0-pre.44",
    "typescript": "^3.9.2"
  },
  "dependencies": {
    "@chainsafe/bls": "git+https://github.com/ChainSafe/bls.git",
    "@chainsafe/bls-hd-key": "0.0.1",
    "@decent-bet/solido": "^1.1.6",
    "@erebos/bzz-browser": "^0.13.0",
    "@erebos/bzz-feed": "^0.13.2",
    "@erebos/keccak256": "^0.13.1",
    "@erebos/secp256k1": "^0.10.0",
    "@types/elliptic": "^6.4.12",
    "anonymous-credentials": "git+https://github.com/cliqz-oss/anonymous-credentials.git",
    "arraybuffer-concat": "0.0.1",
    "arraybuffer-to-string": "^1.0.2",
    "bs58": "^4.0.1",
    "cids": "^0.8.1",
    "class-validator": "^0.12.2",
    "crypto-key-composer": "^0.1.3",
    "crypto-pouch": "^3.1.3",
    "delay": "^4.3.0",
    "did-resolver": "^1.1.0",
    "ec-key": "0.0.4",
    "ed25519-hd-key": "^1.1.2",
    "elliptic": "^6.5.2",
    "ethers": "^4.0.47",
    "ethr-did-resolver": "^2.2.0",
    "hash.js": "^1.1.7",
    "hdkey-secp256r1": "^1.1.0",
    "ipfs": "^0.44.0",
    "ipld": "^0.26.2",
    "ipld-dag-pb": "^0.18.5",
    "ipld-graph-builder": "^1.3.9",
    "jsonwebtoken": "^8.5.1",
    "jwk-to-pem": "^2.0.3",
    "jwt-ed25519-tn": "0.0.3",
    "moment": "^2.26.0",
    "multihashing-async": "^0.8.1",
    "noble-bls12-381": "^0.2.3",
    "node-forge": "^0.9.1",
    "node-jose": "^1.1.4",
    "pouchdb": "^7.2.1",
    "rasha": "^1.2.5",
    "rxjs": "^6.5.5",
    "session-keystore": "^1.0.1",
    "slip39": "^0.1.7",
    "solido-provider-ethers": "^1.1.1",
    "text-encoding-polyfill": "^0.6.7",
    "web-xml-crypto": "^1.5.0",
    "webcrypto": "^0.1.1",
    "xmlbuilder2": "^2.1.2"
  }
}
