{
  "name": "@tbd54566975/web5",
  "version": "0.7.11",
  "description": "SDK for accessing the features and capabilities of Web5",
  "type": "module",
  "main": "./dist/cjs/main.cjs",
  "module": "./dist/esm/main.mjs",
  "types": "./dist/types/main.d.ts",
  "scripts": {
    "build": "rimraf dist && node build/bundles.js && echo '{\"type\": \"commonjs\"}' > ./dist/cjs/package.json && tsc",
    "lint": "eslint . --ext .ts --max-warnings 0",
    "lint:fix": "eslint . --ext .ts --fix",
    "test:node": "rimraf __tests__ && tsc -p tsconfig.test.json && c8 mocha",
    "test:browser": "karma start karma.conf.cjs"
  },
  "homepage": "https://github.com/TBD54566975/web5-js/tree/main/packages/web5#readme",
  "bugs": "https://github.com/TBD54566975/web5-js/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TBD54566975/web5-js",
    "directory": "packages/web5"
  },
  "license": "Apache-2.0",
  "contributors": [
    {
      "name": "Daniel Buchner",
      "url": "https://github.com/csuwildcat"
    },
    {
      "name": "Frank Hinek",
      "url": "https://github.com/frankhinek"
    },
    {
      "name": "Moe Jangda",
      "url": "https://github.com/mistermoe"
    }
  ],
  "files": [
    "dist",
    "src"
  ],
  "exports": {
    ".": {
      "import": "./dist/esm/main.mjs",
      "require": "./dist/cjs/main.cjs",
      "types": "./dist/types/main.d.ts"
    },
    "./browser": {
      "import": "./dist/browser.mjs",
      "require": "./dist/browser.js",
      "types": "./dist/types/main.d.ts"
    },
    "./electron": {
      "import": "./dist/esm/main.mjs",
      "require": "./dist/electron/main.cjs",
      "types": "./dist/types/main.d.ts"
    }
  },
  "browser": {
    "./dist/esm/main.mjs": "./dist/browser.mjs",
    "./dist/cjs/main.cjs": "./dist/browser.js",
    "types": "./dist/types/main.d.ts"
  },
  "react-native": {
    "./dist/esm/main.mjs": "./dist/esm/main.mjs",
    "./dist/cjs/main.cjs": "./dist/esm/main.mjs",
    "types": "./dist/types/main.d.ts"
  },
  "keywords": [
    "decentralized",
    "decentralized-applications",
    "decentralized-identity",
    "decentralized-web",
    "DID",
    "sdk",
    "verifiable-credentials",
    "web5",
    "web5-sdk"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@decentralized-identity/ion-tools": "1.1.1",
    "@tbd54566975/crypto": "0.1.6",
    "@tbd54566975/dids": "0.1.9",
    "@tbd54566975/dwn-sdk-js": "0.0.37",
    "@tbd54566975/web5-agent": "0.1.7",
    "@tbd54566975/web5-proxy-agent": "0.1.7",
    "@tbd54566975/web5-user-agent": "0.1.10",
    "level": "8.0.0",
    "ms": "2.1.3",
    "readable-web-to-node-stream": "3.0.2"
  },
  "devDependencies": {
    "@playwright/test": "1.34.3",
    "@types/chai": "4.3.0",
    "@types/chai-as-promised": "7.1.5",
    "@types/eslint": "8.37.0",
    "@types/mocha": "10.0.1",
    "@types/ms": "0.7.31",
    "@types/readable-stream": "2.3.15",
    "@types/sinon": "10.0.15",
    "@typescript-eslint/eslint-plugin": "5.59.0",
    "@typescript-eslint/parser": "5.59.0",
    "c8": "8.0.0",
    "chai": "4.3.7",
    "chai-as-promised": "7.1.1",
    "esbuild": "0.16.17",
    "eslint": "8.39.0",
    "eslint-plugin-mocha": "10.1.0",
    "karma": "6.4.1",
    "karma-chai": "0.1.0",
    "karma-chrome-launcher": "3.1.1",
    "karma-esbuild": "2.2.5",
    "karma-firefox-launcher": "2.1.2",
    "karma-mocha": "2.0.1",
    "karma-mocha-reporter": "2.2.5",
    "karma-webkit-launcher": "2.1.0",
    "mocha": "10.2.0",
    "node-stdlib-browser": "1.2.0",
    "rimraf": "4.4.0",
    "sinon": "15.0.2",
    "source-map-loader": "4.0.1",
    "typescript": "5.0.4"
  },
  "overrides": {
    "socket.io-parser@>4.0.4 <4.2.3": "4.2.3"
  }
}