{
  "version": "7.0.2001",
  "description": "High-performance type-aware TypeScript linter powered by typescript-go, for use with oxlint.",
  "license": "MIT",
  "author": "auvred <aauvred@gmail.com>",
  "repository": {
    "type": "git",
    "url": "github:oxc-project/tsgolint"
  },
  "bugs": "https://github.com/oxc-project/tsgolint/issues",
  "homepage": "https://github.com/oxc-project/tsgolint#readme",
  "publishConfig": {
    "access": "public",
    "executableFiles": [
      "tsgolint.exe"
    ]
  },
  "name": "@oxlint-tsgolint/win32-x64",
  "preferUnplugged": true,
  "files": [
    "tsgolint.exe"
  ],
  "os": [
    "win32"
  ],
  "cpu": [
    "x64"
  ]
}