{
  "name": "find-chrome-version",
  "version": "3.1.0",
  "description": "Finds installed Chrome version",
  "keywords": [
    "chrome",
    "version",
    "chromedriver"
  ],
  "homepage": "https://github.com/ksathyanm/find-chrome-version#readme",
  "bugs": "https://github.com/ksathyanm/find-chrome-version/issues",
  "repository": "ksathyanm/find-chrome-version",
  "license": "MIT",
  "author": "Sathyamoorthi Kandhasamy",
  "type": "module",
  "exports": "./index.js",
  "files": [
    "index.js"
  ],
  "scripts": {
    "ci": "npm run lint && npm run test",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "test": "mocha ./test.js --timeout 30000"
  },
  "dependencies": {
    "chrome-launcher": "^1.1.2"
  },
  "devDependencies": {
    "chai": "^5.1.1",
    "eslint": "^8.57.1",
    "eslint-config-google": "^0.14.0",
    "eslint-plugin-node": "^11.1.0",
    "mocha": "^10.7.3"
  },
  "engines": {
    "node": ">=v16.20.2"
  }
}
