{
  "private": true,
  "name": "@hpcc-js/demo-quickstart-amd",
  "description": "",
  "main": "dist/index.js",
  "scripts": {
    "bundle": "rollup -c",
    "bundle-watch": "rollup -c -w",
    "minimize": "terser dist/index.js -c -m --source-map \"content='dist/index.js.map',url='index.min.js.map'\" -o dist/index.min.js",
    "build": "npm run bundle && npm run minimize",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "@hpcc-js/chart": "*",
    "@hpcc-js/layout": "*",
    "@hpcc-js/phosphor": "*"
  },
  "devDependencies": {
    "rollup": "1.20.2",
    "rollup-plugin-node-resolve": "5.2.0",
    "terser": "4.0.0"
  },
  "author": "",
  "license": "Apache-2.0"
}