{
  "name": "latest-chrome-version",
  "version": "3.0.0",
  "description": "get latest chrome version",
  "main": "index.js",
  "scripts": {
    "test": "vitest run",
    "prepack": "rm -rf dist; npm run build:clean; tsc -p tsconfig.prod.json",
    "build:clean": "tsc --build --clean",
    "prepublish": "npm run test",
    "postpublish": "npm run build:clean",
    "lint": "oxlint --fix",
    "build": "tsgo -p tsconfig.prod.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/0x0a0d/latest-chrome-version.git"
  },
  "keywords": [
    "chrome",
    "version"
  ],
  "author": "0x0a0d",
  "license": "ISC",
  "files": [
    "index.js",
    "index.d.ts",
    "src/**/**.js",
    "src/**/**.d.ts",
    "types",
    "!types/test**",
    "dist"
  ],
  "devDependencies": {
    "@cylution/eslint-config-nodejs": "^2.0.2",
    "@types/jest": "^29.5.14",
    "@types/node": "^24.10.4",
    "@typescript-eslint/eslint-plugin": "^7",
    "@typescript-eslint/parser": "^7",
    "@typescript/native-preview": "latest",
    "eslint": "^8.38.0",
    "eslint-plugin-oxlint": "^1.35.0",
    "oxlint": "^1.35.0",
    "vitest": "^4.0.16"
  }
}
