cometbft-light-client-js 0.1.0-alpha.2

cometbft-light-client-js provides a lightweight, WASM-based interface to the CometBFT Light Client's verification functionality.
Documentation
{
  "name": "cometbft-light-client-verifier-web",
  "version": "0.1.0",
  "description": "an example app to demonstrate CometBFT Light Client verification on the web using WASM",
  "main": "index.js",
  "scripts": {
    "build": "webpack --config webpack.config.js",
    "start": "webpack-dev-server"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cometbft/cometbft-rs.git"
  },
  "keywords": [
    "cometbft",
    "tendermint",
    "light-client",
    "webassembly",
    "wasm",
    "rust",
    "webpack"
  ],
  "author": "Informal Systems <hello@informal.systems>",
  "contributors": [
    "Romain Ruetschi <romain@informal.systems>",
    "Thane Thomson <thane@informal.systems>"
  ],
  "license": "(MIT OR Apache-2.0)",
  "bugs": {
    "url": "https://github.com/cometbft/cometbft-rs/issues"
  },
  "homepage": "https://github.com/cometbft/cometbft-rs",
  "devDependencies": {
    "copy-webpack-plugin": "^5.1.2",
    "css-loader": "^5.0.2",
    "file-loader": "^6.2.0",
    "monaco-editor-webpack-plugin": "^3.0.0",
    "style-loader": "^2.0.0",
    "webpack": "^4.46.0",
    "webpack-cli": "^3.3.12",
    "webpack-dev-server": "^3.11.2"
  },
  "dependencies": {
    "monaco-editor": "^0.22.3",
    "cometbft-light-client-js": "file:../../pkg"
  }
}