{
  "name": "bozon-typescript-react",
  "version": "1.4.0",
  "description": "Command line tool for building, testing and publishing modern Electron applications",
  "repository": {
    "type": "git",
    "url": "https://github.com/railsware/bozon.git"
  },
  "main": "lib/index.js",
  "scripts": {
    "dev": "npx webpack --watch",
    "build": "npx webpack --mode production",
    "lint": "npx eslint src",
    "test": "npx jest",
    "publish": "npm publish",
    "release": "yarn build && yarn publish"
  },
  "keywords": [
    "electron",
    "desktop",
    "application",
    "cli",
    "bozon"
  ],
  "author": "Railsware, Alex Chaplinsky",
  "contributors": [
    "Emma Macintosh"
  ],
  "license": "MIT",
  "dependencies": {
    "@electron/notarize": "^1.2.3",
    "@types/jest": "^29.5.1",
    "@types/node": "^18.15.12",
    "@types/react": "^18.0.37",
    "@types/react-dom": "^18.0.11",
    "chalk": "^4.1.2",
    "chokidar": "^3.5.3",
    "commander": "^9.4.1",
    "css-loader": "^6.7.1",
    "ejs": "^3.1.8",
    "electron": "^21.2.0",
    "electron-builder": "^23.6.0",
    "elliptic": "^6.5.4",
    "got": "^11.8.3",
    "inquirer": "^8.2.4",
    "latest-version": "^5.1.0",
    "lodash": "^4.17.21",
    "merge-config": "^2.0.0",
    "nodemon": "^2.0.20",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "style-loader": "^3.3.1",
    "typescript": "^5.0.4",
    "underscore.string": "^3.3.6",
    "webpack": "^5.74.0",
    "webpack-inject-plugin": "^1.5.5",
    "webpack-merge": "^5.8.0"
  },
  "preferGlobal": true,
  "bin": {
    "bozon": "bin/bozon"
  },
  "engines": {
    "node": ">= 10.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.21.4",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/preset-env": "^7.21.4",
    "@babel/preset-react": "^7.18.6",
    "@babel/preset-typescript": "^7.21.4",
    "babel-jest": "^29.2.2",
    "babel-loader": "^9.0.0",
    "eslint": "^8.26.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-n": "^15.4.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^6.1.1",
    "eslint-plugin-standard": "^5.0.0",
    "fs-extra": "^10.1.0",
    "jest": "^29.2.2",
    "prettier": "^2.7.1",
    "source-map-loader": "^4.0.1",
    "spectron": "^19.0.0",
    "ts-loader": "^9.4.2",
    "webpack-cli": "^4.10.0",
    "webpack-node-externals": "^3.0.0"
  },
  "resolutions": {
    "js-yaml": "^4.1.0",
    "yargs-parser": "^20.2.9",
    "lodash": "^4.17.21",
    "minimatch": ">=3.0.5",
    "terser": "^5.14.2",
    "xmldom": ">=0.5.0"
  }
}
