{
  "name": "electron-extensions",
  "version": "7.0.0-beta.3",
  "description": "Implementation of Chrome extension APIs for Electron",
  "homepage": "https://github.com/sentialx/electron-extensions#readme",
  "main": "./build/index.js",
  "types": "./build/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sentialx/electron-extensions.git"
  },
  "bugs": {
    "url": "https://github.com/sentialx/electron-extensions/issues"
  },
  "scripts": {
    "lint": "eslint \"src/**/*.ts*\"",
    "lint-fix": "npm run lint -- --fix",
    "watch": "cross-env ENV='dev' webpack",
    "build": "webpack",
    "prepare": "npm run build"
  },
  "pre-commit": [
    "lint-fix"
  ],
  "files": [
    "LICENSE",
    "preload.js",
    "build",
    "README.md"
  ],
  "devDependencies": {
    "@types/chrome": "0.0.104",
    "@types/node": "13.13.2",
    "@types/uuid": "^7.0.3",
    "@typescript-eslint/eslint-plugin": "^2.29.0",
    "@typescript-eslint/parser": "^2.29.0",
    "cross-env": "^7.0.2",
    "electron": "^9.0.0-beta.16",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-prettier": "^3.1.3",
    "prettier": "2.0.5",
    "ts-loader": "^7.0.1",
    "typescript": "3.8.3",
    "uuid": "^7.0.3",
    "webpack": "^4.43.0",
    "webpack-cli": "^3.3.11",
    "webpack-merge": "^4.2.2"
  }
}
