{
  "name": "authrite-utils",
  "version": "0.3.36",
  "description": "Tools for working with Authrite.",
  "main": "src/index.js",
  "scripts": {
    "doc": "documentation readme src/index.js -f md -s API",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "build": "webpack --config webpack.prod.js",
    "prepublishOnly": "npm run build"
  },
  "author": "Peer-to-peer Privacy Systems Research, LLC",
  "license": "Open BSV License",
  "dependencies": {
    "@babbage/sdk-ts": "^0.2.54",
    "@peculiar/webcrypto": "^1.4.1",
    "babbage-bsv": "^0.2.5",
    "cryptononce": "^0.1.4",
    "cwi-crypto": "^0.1.8",
    "json-stable-stringify": "^1.0.2",
    "sendover": "^1.3.27"
  },
  "devDependencies": {
    "documentation": "^14.0.1",
    "jest": "^28.1.3",
    "node-polyfill-webpack-plugin": "^1.1.4",
    "standard": "^17.0.0",
    "webpack": "^5.73.0",
    "webpack-bundle-analyzer": "^4.7.0",
    "webpack-cli": "^4.10.0",
    "webpack-dev-server": "^4.9.2",
    "webpack-merge": "^5.8.0"
  }
}
