{
  "name": "<%= name %>",
  "version": "0.0.1",
  "description": "",
  "main": "index.js",
  "scripts": {
    "preinstall": "npm install --package-lock-only --ignore-scripts && npx npm-force-resolutions",
    "build": "webpack",
    "dev": "webpack serve --config webpack.dev.js",
    "serve": "webpack serve --config webpack.dev.js",
    "postbuild": "node zip.util.js"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@babel/core": "^7.15.8",
    "@babel/preset-env": "^7.15.8",
    "archiver": "^5.3.0",
    "babel-loader": "^8.2.3",
    "copy-webpack-plugin": "9.0.1",
    "css": "^3.0.0",
    "css-loader": "^6.5.1",
    "eslint": "^8.1.0",
    "eslint-webpack-plugin": "^3.1.0",
    "html-webpack-plugin": "^5.4.0",
    "mini-css-extract-plugin": "^2.4.7",
    "postcss-loader": "^6.2.1",
    "regenerator-runtime": "^0.13.9",
    "style-loader": "^3.3.1",
    "webpack": "^5.59.1",
    "webpack-cli": "^5.1.4",
    "webpack-dev-server": "^4.15.1"
  },
  "eslintConfig": {
    "env": {
      "es6": true,
      "node": true,
      "browser": true
    },
    "rules": {
      "quotes": [
        2,
        "single"
      ],
      "no-alert": 2
    },
    "globals": {
      "geotab": true,
      "dialogPolyfill": true,
      "GeotabApi": true,
      "rison": true
    }
  }
}
