{
  "name": "html-to-json-rs",
  "version": "0.1.4",
  "description": "Package for converting HTML to JSON and JSON to HTML using Rust and WebAssembly.",
  "main": "./index.js",
  "scripts": {
    "build": "docker-compose exec app wasm-pack build --target web && cp ./pkg/html_to_json* ./lib",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/ildar7sins/htmltojson.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://gitlab.com/ildar7sins/htmltojson/issues"
  },
  "homepage": "https://gitlab.com/ildar7sins/htmltojson#readme",
  "keywords": [
    "html",
    "json",
    "json2html",
    "html2json",
    "rust",
    "wasm",
    "webassembly"
  ],
  "dependencies": {},
  "devDependencies": {},
  "engines": {
    "node": ">=10.0.0"
  }
}
