{
  "author": "Florian Imdahl <git@ffflorian.de>",
  "bin": "dist/cli.js",
  "dependencies": {
    "chalk": "5.6.2",
    "commander": "15.0.0",
    "logdown": "3.3.1",
    "semver": "7.8.5",
    "table": "6.9.0"
  },
  "description": "Get useful data about Electron releases.",
  "devDependencies": {
    "@types/semver": "7.7.1",
    "http-status-codes": "2.3.0",
    "nock": "14.0.15",
    "tsx": "4.22.4",
    "typescript": "6.0.3",
    "vitest": "4.1.9"
  },
  "engines": {
    "node": ">= 22.12.0"
  },
  "exports": "./dist/index.js",
  "files": [
    "dist"
  ],
  "keywords": [
    "cli",
    "info",
    "electron",
    "release",
    "version",
    "typescript"
  ],
  "license": "GPL-3.0",
  "module": "dist/index.js",
  "name": "electron-info",
  "readme": "https://github.com/ffflorian/node-packages#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ffflorian/node-packages.git"
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "clean": "rm -rf dist",
    "dist": "yarn clean && yarn build",
    "start": "tsx src/cli.ts -d",
    "test": "vitest run"
  },
  "type": "module",
  "version": "1.32.7"
}
