{
  "name": "@polkadot-api/smoldot",
  "version": "0.4.2",
  "author": "Josep M Sobrepere (https://github.com/josepot)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/polkadot-api/polkadot-api.git"
  },
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "module": "./dist/index.js",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./from-node-worker": {
      "types": "./dist/from-node-worker/from-node-worker.d.ts",
      "module": "./dist/from-node-worker/from-node-worker.js",
      "import": "./dist/from-node-worker/from-node-worker.js",
      "default": "./dist/from-node-worker/from-node-worker.js"
    },
    "./from-worker": {
      "types": "./dist/from-worker/from-worker.d.ts",
      "module": "./dist/from-worker/from-worker.js",
      "import": "./dist/from-worker/from-worker.js",
      "default": "./dist/from-worker/from-worker.js"
    },
    "./node-worker": {
      "types": "./dist/node-worker/node-worker.d.ts",
      "module": "./dist/node-worker/node-worker.js",
      "import": "./dist/node-worker/node-worker.js",
      "default": "./dist/node-worker/node-worker.js"
    },
    "./worker": {
      "types": "./dist/worker/worker.d.ts",
      "module": "./dist/worker/worker.js",
      "import": "./dist/worker/worker.js",
      "default": "./dist/worker/worker.js"
    }
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "browser": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "from-worker",
    "worker"
  ],
  "dependencies": {
    "@types/node": "^25.6.0",
    "smoldot": "~3.1.1"
  },
  "scripts": {
    "build-core": "tsc --noEmit && rollup -c",
    "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}\""
  }
}