{
  "name": "@collabland/common",
  "version": "0.51.4",
  "description": "CollabLand common utilities",
  "type": "module",
  "main": "./dist/index.js",
  "exports": "./dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "lb-tsc -b",
    "pretest": "npm run build",
    "test": "lb-mocha --config .mocharc.cjs --allow-console-logs \"dist/__tests__\"",
    "rebuild": "npm run clean && npm run build",
    "clean": "lb-clean dist *.tsbuildinfo .eslintcache"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:abridged/collabland-monorepo.git",
    "directory": "packages/common"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@ethersproject/bignumber": "^5.7.0",
    "@types/bs58": "^4.0.1",
    "@types/debug": "^4.1.5",
    "@types/http-errors": "^2.0.0",
    "@types/jsonwebtoken": "^9.0.0",
    "@types/lodash": "^4.14.172",
    "@types/qrcode": "^1.5.0",
    "borsh": "^1.0.0",
    "bs58": "^5.0.0",
    "cross-fetch": "^4.0.0",
    "debug": "^4.3.4",
    "http-errors": "^2.0.0",
    "https-proxy-agent": "^7.0.2",
    "jsonata": "^2.0.0",
    "jsonwebtoken": "^9.0.0",
    "lodash": "^4.17.21",
    "minimatch": "^9.0.3",
    "nanoid": "^5.0.6",
    "node-fetch": "^3.3.2",
    "node-otp": "^1.2.3",
    "p-map": "^4.0.0",
    "pino": "^8.0.0",
    "qrcode": "^1.5.1",
    "serialize-error": "^11.0.3",
    "toposort": "^2.0.2",
    "tslib": "^2.0.0"
  },
  "devDependencies": {
    "@loopback/eslint-config": "^14.0.5",
    "@loopback/testlab": "^6.1.5",
    "@types/node": "^16.18.70",
    "@types/toposort": "^2.0.3",
    "typescript": "~5.2.2"
  },
  "license": "MIT",
  "files": [
    "README.md",
    "dist",
    "src",
    "!*/__tests__",
    "!*/__examples__"
  ],
  "copyright.owner": "Abridged, Inc.",
  "author": "Abridged, Inc.",
  "gitHead": "c57bc293adc6a31e403020e542c3ca6d1d7b89e8"
}
