{
  "name": "@qubic-js/browser",
  "version": "2.0.5",
  "description": "",
  "license": "Apache License 2.0",
  "source": "./src/index.ts",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "prepublishOnly": "cp ../../README.md .",
    "postpublish": "rm README.md",
    "build": "tsc -p tsconfig.build.json"
  },
  "peerDependencies": {
    "@qubic-js/core": "*"
  },
  "devDependencies": {
    "@qubic-js/core": "^2.0.5",
    "@types/is-url": "^1.2.30",
    "@types/react": "^16.9.35",
    "copyfiles": "^2.4.1",
    "typescript": "4.9.4"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "552d247425c120fa6772c2e4c1be3c6db014d2cd",
  "dependencies": {
    "@emotion/css": "^11.1.3",
    "@qubic-connect/detect-iab": "1.2.4",
    "eth-rpc-errors": "^4.0.2",
    "is-url": "^1.2.4",
    "json-rpc-engine": "^6.1.0"
  }
}
