{
  "name": "@tomjs/electron-devtools-files",
  "version": "2.0.48",
  "description": "Chrome devtools files for Electron",
  "keywords": [
    "electron",
    "devtools",
    "chrome",
    "extension",
    "crx"
  ],
  "author": {
    "name": "Tom Gao",
    "email": "tom@tomgao.cc"
  },
  "license": "MIT",
  "engines": {
    "node": ">=16"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tomjs/electron-devtools-files.git"
  },
  "files": [
    "extensions/*.crx",
    "extensions/collections.json",
    "index.js"
  ],
  "main": "index.js",
  "scripts": {
    "download": "node -r dotenv-flow/config --require tsx/cjs ./scripts/download.ts",
    "release": "tsx ./scripts/release.ts",
    "lint": "run-s lint:eslint lint:prettier",
    "lint:eslint": "eslint \"scripts/**/*.ts\" *.{js,cjs,ts} --fix --cache",
    "lint:prettier": "prettier --write .",
    "prepare": "husky install"
  },
  "devDependencies": {
    "@commitlint/cli": "^18.4.3",
    "@tomjs/commitlint": "^2.1.1",
    "@tomjs/eslint": "^1.2.1",
    "@tomjs/prettier": "^1.1.1",
    "@tomjs/tsconfig": "^1.2.1",
    "@tomjs/unzip-crx": "^1.0.6",
    "@types/download": "^8.0.5",
    "@types/node": "^18.19.3",
    "@types/semver": "^7.5.8",
    "@types/shelljs": "^0.8.15",
    "dotenv-flow": "^4.0.1",
    "download": "^8.0.0",
    "eslint": "^8.56.0",
    "hpagent": "^1.2.0",
    "husky": "^8.0.3",
    "lint-staged": "^15.2.0",
    "npm-run-all": "^4.1.5",
    "prettier": "^3.1.1",
    "rimraf": "^5.0.5",
    "shelljs": "^0.8.5",
    "simple-git": "^3.21.0",
    "tsx": "^4.7.0",
    "typescript": "~5.3.3"
  },
  "packageManager": "pnpm@9.1.1",
  "dependencies": {
    "semver": "^7.6.2"
  }
}
