{
  "name": "ara-identity",
  "version": "0.65.0",
  "description": "Create and resolve decentralized identity based Ara identifiers.",
  "main": "index.js",
  "bin": {
    "aid": "bin/aid"
  },
  "scripts": {
    "truffle": "truffle develop",
    "test": "ava test/*",
    "lint": "eslint .",
    "lint-fix": "eslint . --quiet --fix",
    "pkg": "./scripts/package.sh",
    "changelog": "conventional-changelog --same-file --preset angular --release-count 0 --infile CHANGELOG.md",
    "version": "npm run changelog && git add CHANGELOG.md"
  },
  "browserify": {
    "transform": [
      "brfs"
    ]
  },
  "keywords": [
    "ara",
    "identity",
    "decentralized",
    "identity",
    "did"
  ],
  "author": "Joseph Werle <werle@littlstar.com>",
  "license": "LGPL-3.0",
  "dependencies": {
    "ara-console": "^0.3.0",
    "ara-context": "^1.0.5",
    "ara-crypto": "^0.9.4",
    "ara-identity-dns": "^0.3.0",
    "ara-network": "^1.4.1",
    "ara-runtime-configuration": "^2.0.1",
    "ara-secret-storage": "^0.2.1",
    "async-exit-hook": "^2.0.1",
    "bip39": "^3.0.4",
    "brfs": "^2.0.2",
    "cfsnet": "^0.20.0",
    "debug": "^4.3.1",
    "did-document": "^0.6.2",
    "did-uri": "^0.5.1",
    "ethereumjs-wallet": "^1.0.1",
    "extend": "^3.0.1",
    "inquirer": "^8.0.0",
    "ip": "^1.1.5",
    "is-browser": "^2.1.0",
    "is-buffer": "^2.0.2",
    "is-domain-name": "^1.0.1",
    "is-zero-buffer": "^1.0.1",
    "keythereum": "^1.0.4",
    "ld-cryptosuite-registry": "^0.3.2",
    "mirror-folder": "^3.0.0",
    "mkdirp": "^1.0.4",
    "node-fetch": "^2.3.0",
    "pify": "^5.0.0",
    "protocol-buffers": "^4.0.4",
    "protocol-buffers-encodings": "^1.1.0",
    "pump": "^3.0.0",
    "random-access-file": "^2.1.1",
    "random-access-memory": "^3.0.0",
    "randombytes": "^2.1.0",
    "rimraf": "^3.0.2",
    "table": "^6.6.0",
    "yargs": "^16.2.0"
  },
  "devDependencies": {
    "ava": "^3.15.0",
    "conventional-changelog-cli": "^2.1.1",
    "eslint": "^7.25.0",
    "eslint-config-ara": "github:arablocks/eslint-config-ara#semver:^3.0.x",
    "eslint-plugin-import": "^2.22.1",
    "pkg": "^5.1.0",
    "truffle": "^5.3.4",
    "web3": "^1.3.5"
  },
  "peerDependencies": {
    "ara-context": "^1.0.5",
    "ara-network": "^1.4.1",
    "ara-runtime-configuration": "^2.0.1"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AraBlocks/ara-identity.git"
  },
  "bugs": {
    "url": "https://github.com/AraBlocks/ara-identity/issues"
  },
  "homepage": "https://github.com/AraBlocks/ara-identity#readme",
  "pkg": {
    "assets": [
      "protobuf/schema.proto"
    ]
  }
}
