{
  "name": "@polkadot-api/sm-provider",
  "version": "0.3.3",
  "author": "Josep M Sobrepere (https://github.com/josepot)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/polkadot-api/polkadot-api.git"
  },
  "license": "MIT",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "module": "./dist/index.js",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "browser": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@polkadot-api/json-rpc-provider": "0.2.0",
    "@polkadot-api/json-rpc-provider-proxy": "0.4.0"
  },
  "peerDependencies": {
    "@polkadot-api/smoldot": ">=0.3"
  },
  "devDependencies": {
    "@polkadot-api/smoldot": "0.4.2"
  },
  "scripts": {
    "build-core": "tsc --noEmit && rollup -c ../../../rollup.config.js",
    "build": "pnpm build-core",
    "test": "echo 'no tests'",
    "lint": "prettier --check README.md \"src/**/*.{js,jsx,ts,tsx,json,md}\"",
    "format": "prettier --write README.md \"src/**/*.{js,jsx,ts,tsx,json,md}\""
  }
}