{
    "private": true,
    "name": "@hpcc-js/test-eclwatch",
    "dependencies": {
        "@hpcc-js/common": "^2.68.0",
        "@hpcc-js/eclwatch": "^2.72.10",
        "es6-promise": "4.2.8",
        "simulate-event": "1.4.0"
    },
    "devDependencies": {
        "@types/mocha": "5.2.7",
        "file-loader": "5.1.0"
    },
    "scripts": {
        "clean": "rimraf lib* types dist *.tsbuildinfo",
        "copy-resources": "cpx ./node_modules/@hpcc-js/eclwatch/node_modules/@hpcc-js/dgrid/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": "npm-run-all compile-es6 -p compile-es6-watch bundle-watch",
        "build": "npm run compile-es6 && npm run bundle && npm run copy-resources",
        "test": "mocha-headless-chrome -f ./test.html",
        "update": "npx npm-check-updates -u -t minor"
    }
}