dbui-client 0.0.62

WASM web client sources for dbui
Documentation
{
  "name": "dbui-client",
  "version": "0.1.0",
  "description": "Client webpack app for dbui",
  "main": "index.js",
  "scripts": {
    "build": "webpack --config webpack.config.js",
    "start": "webpack-dev-server"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kyleu/dbui.git"
  },
  "keywords": [
    "webassembly",
    "wasm",
    "rust",
    "webpack"
  ],
  "author": "kyle@kyleu.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kyleu/dbui/issues"
  },
  "homepage": "https://dbui.io",
  "devDependencies": {
    "dbui_client": "../pkg",
    "webpack": "^4.29.3",
    "webpack-cli": "^3.1.0",
    "webpack-dev-server": "^3.1.5",
    "copy-webpack-plugin": "^5.0.0"
  }
}