{
  "name": "@hearro/didcomm",
  "version": "0.6.0",
  "description": "Cryptographic envelope layer of DIDComm written in Typescript",
  "contributors": [
    {
      "name": "Daniel Bluhm",
      "email": "daniel.bluhm@sovrin.org"
    },
    {
      "name": "Joe Genereux",
      "email": "joe.genereux@workday.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/decenetralized-identity/DIDComm-js"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "@types/libsodium-wrappers": "^0.7.5",
    "base-58": "0.0.1",
    "libsodium-wrappers": "^0.7.5"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "source": "src/index.ts",
  "scripts": {
    "build:js": "./node_modules/.bin/microbundle -f cjs",
    "build": "npm run build:js && npm run test",
    "lint": "",
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run lint",
    "preversion": "npm run lint",
    "test": "jest --runInBand",
    "version": "git add -A src"
  },
  "devDependencies": {
    "@types/jest": "^24.0.18",
    "jest": "^24.9.0",
    "microbundle": "^0.11.0",
    "ts-jest": "^24.1.0",
    "tslint": "^5.20.0",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^3.7.2",
    "webpack": "^4.41.0",
    "webpack-cli": "^3.3.9"
  }
}
