{
  "private": true,
  "name": "@hpcc-js/test-composite",
  "dependencies": {
    "@hpcc-js/common": "^2.17.0",
    "@hpcc-js/composite": "^2.4.10",
    "@hpcc-js/dgrid-shim": "^2.10.2",
    "chai": "4.2.0",
    "es6-promise": "4.2.8",
    "mocha": "5.2.0",
    "simulate-event": "1.4.0"
  },
  "devDependencies": {
    "@types/chai": "4.1.7",
    "@types/mocha": "5.2.7",
    "cpx": "1.5.0",
    "css-loader": "3.0.0",
    "file-loader": "1.1.5",
    "mocha-chrome": "2.0.0",
    "rimraf": "2.6.3",
    "source-map-loader": "0.2.4",
    "style-loader": "0.23.1",
    "typescript": "3.6.4",
    "webpack": "4.34.0",
    "webpack-cli": "3.3.4"
  },
  "scripts": {
    "clean": "rimraf lib* types dist *.tsbuildinfo",
    "copy-resources": "cpx ./node_modules/@hpcc-js/dgrid-shim/dist/dojo/resources/* ./dist/dojo/resources",
    "compile-es6": "tsc --module es6 --outDir ./lib-es6",
    "compile-es6-watch": "npm run compile-es6 -- -w",
    "bundle": "webpack",
    "bundle-watch": "npm run bundle -- -w",
    "watch": "run-p compile-es6-watch bundle-watch",
    "build": "npm run compile-es6 && npm run bundle && npm run copy-resources",
    "test": "mocha-chrome ./test.html"
  }
}