{
  "private": true,
  "name": "@hpcc-js/test-data",
  "description": "hpcc-js - Test Data",
  "main": "lib-es6/index.js",
  "types": "types/index.d.ts",
  "files": [
    "dist/*",
    "types/*",
    "src/*.css"
  ],
  "dependencies": {
    "@hpcc-js/common": "^2.17.0",
    "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",
    "chai": "4.2.0",
    "es6-promise": "4.2.8",
    "mocha": "5.2.0",
    "mocha-chrome": "2.0.0",
    "npm-run-all": "4.1.5",
    "rimraf": "2.6.3",
    "typescript": "3.6.4"
  },
  "scripts": {
    "clean": "rimraf lib* types dist *.tsbuildinfo",
    "compile-es6": "tsc --module es6 --outDir ./lib-es6",
    "compile-es6-watch": "npm run compile-es6 -- -w",
    "watch": "run-p compile-es6-watch",
    "build": "npm run compile-es6"
  }
}