{
  "private": true,
  "name": "@hpcc-js/demo-quickstart-webpack",
  "description": "",
  "main": "dist/index.js",
  "scripts": {
    "build": "webpack",
    "test": "echo \"Error: no test specified\" && exit 1",
    "update": "npx npm-check-updates -u -t minor"
  },
  "dependencies": {
    "@hpcc-js/chart": "*",
    "@hpcc-js/layout": "*",
    "@hpcc-js/phosphor": "*"
  },
  "devDependencies": {},
  "author": "",
  "license": "Apache-2.0"
}