{
  "name": "@microsoft/useragent-sdk",
  "version": "1.0.0-alpha.38",
  "description": "SDK for building decentralized identity wallets and enterprise agents.",
  "repository": {
    "type": "git",
    "url": "https://github.com/Microsoft/UserAgent.git"
  },
  "bugs": {
    "url": "https://github.com/Microsoft/UserAgent/issues"
  },
  "keywords": [
    "Decentralized Identity",
    "DID",
    "UserAgent"
  ],
  "author": "Microsoft Corporation",
  "license": "MIT",
  "main": "dist/src/index.js",
  "scripts": {
    "precommit": "npm run lint",
    "build": "tsc --p tsconfig.json",
    "test": "nyc jasmine-ts --config=./tests/jasmine.json",
    "lint": "tslint --fix --project . --config ./tslint.json",
    "lint-pr": "tslint --project . --config ./tslint.json",
    "bundle": "webpack --config ./webpack.config.js --display-error-details"
  },
  "devDependencies": {
    "@babel/core": "7.4.4",
    "@babel/plugin-proposal-class-properties": "7.4.4",
    "@babel/plugin-proposal-object-rest-spread": "7.4.4",
    "@babel/preset-env": "7.4.4",
    "@babel/preset-typescript": "7.3.3",
    "@types/isomorphic-fetch": "0.0.35",
    "@types/jasmine": "3.3.12",
    "@types/lodash": "4.14.123",
    "@types/memdown": "3.0.0",
    "@types/node": "11.13.8",
    "@types/node-fetch": "2.1.4",
    "@types/pouchdb": "6.3.3",
    "@types/pouchdb-adapter-memory": "6.1.3",
    "fetch-mock": "7.3.3",
    "husky": "^2.2.0",
    "jasmine": "3.4.0",
    "jasmine-reporters": "2.3.2",
    "jasmine-spec-reporter": "4.2.1",
    "jasmine-ts": "0.3.0",
    "jsdoc-babel": "0.5.0",
    "jsdoc-to-markdown": "4.0.1",
    "node-loader": "0.6.0",
    "nyc": "14.1.0",
    "ts-loader": "6.0.2",
    "ts-node": "8.1.0",
    "tsconfig-paths": "3.8.0",
    "tslint": "5.16.0",
    "tslint-config-standard": "8.0.1",
    "tslint-microsoft-contrib": "6.1.1",
    "typescript": "3.4.5",
    "typescript-map": "0.0.7",
    "webpack": "4.33.0",
    "webpack-cli": "3.3.3"
  },
  "dependencies": {
    "@decentralized-identity/did-common-typescript": "0.1.19",
    "@decentralized-identity/did-crypto-typescript": "0.1.6",
    "@decentralized-identity/hub-node-core": "0.1.4",
    "@decentralized-identity/hub-sdk-js": "0.1.3",
    "@microsoft/useragent-plugin-secp256k1": "1.0.10",
    "@peculiar/webcrypto": "1.0.12",
    "base64url": "3.0.1",
    "bn.js": "4.11.8",
    "clone": "2.1.2",
    "crypto-pouch": "3.1.3",
    "elliptic": "6.5.0",
    "es6-promise": "4.2.6",
    "isomorphic-fetch": "2.2.1",
    "lodash": "4.17.15",
    "multihashes": "0.4.14",
    "pouchdb": "7.0.0",
    "pouchdb-adapter-memory": "7.0.0",
    "webcrypto-core": "1.0.12"
  },
  "nyc": {
    "extension": [
      ".ts",
      ".tsx"
    ],
    "include": [
      "src/**"
    ],
    "reporter": [
      "text",
      "cobertura",
      "html"
    ]
  }
}
