{
  "name": "@waves.exchange/provider-web",
  "version": "1.6.1",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/provider-web.cjs.js",
  "module": "dist/provider-web.es.js",
  "browser": "./dist/provider-web.es.js",
  "unpkg": "dist/provider-web.min.js",
  "types": "dist/types/index.d.ts",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/waves-exchange/signer-providers.git"
  },
  "bugs": {
    "url": "https://github.com/waves-exchange/signer-providers/issues",
    "email": "support@waves.exchange"
  },
  "homepage": "https://wx.network",
  "description": "ProviderWeb for Signer",
  "scripts": {
    "test": "jest",
    "build": "vite build && vite build -c ./vite.config.min.ts && tsc -p ./tsconfig.types.json",
    "check-types": "tsc --noEmit",
    "lint": "eslint --ext .ts,.tsx ./src",
    "postversion": "npm publish",
    "prepublishOnly": "npm run check-types && npm run build"
  },
  "dependencies": {
    "@waves/waves-browser-bus": "0.2.5",
    "@waves/waves-transactions": "^4.3.11",
    "tslib": "^2.1.0",
    "typed-ts-events": "^1.2.1"
  },
  "peerDependencies": {
    "@waves/signer": "1.2.0"
  },
  "devDependencies": {
    "@waves/signer": "^1.2.0"
  }
}
