{
  "name": "electron-test-lib",
  "version": "0.0.9",
  "author": "me",
  "license": "UNLICENSED",
  "description": "test build setup for ts lib",
  "module": "dist/bundle.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "webpack": "webpack --mode=development",
    "webpack:watch": "webpack --w --mode=development",
    "test": "mocha -r ts-node/register src/**/*.spec.ts"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/glouwa/electron-test-lib.git"
  },
  "keywords": [
    "egal"
  ],
  "dependencies": {
    "winston": "^3.2.1"
  },
  "devDependencies": {
    "@types/chai": "^4.2.7",
    "@types/mocha": "^5.2.7",
    "@types/node": "^13.5.2",
    "chai": "^4.2.0",
    "duplicate-package-checker-webpack-plugin": "^3.0.0",
    "friendly-errors-webpack-plugin": "^1.7.0",
    "mocha": "^7.0.1",
    "ts-loader": "^6.2.1",
    "typescript": "^3.7.5",
    "webpack": "^4.41.5",
    "webpack-cli": "^3.3.10"
  }
}
