{
  "name": "turbolint-cli",
  "version": "0.1.9",
  "description": "TurboLint is a fast Rust CLI for JavaScript and TypeScript linting.",
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arjunkshah/turbolint-cli.git"
  },
  "homepage": "https://turbolint.ideatr.dev",
  "funding": {
    "type": "individual",
    "url": "https://turbolint.ideatr.dev/#support"
  },
  "bugs": {
    "url": "https://github.com/arjunkshah/turbolint-cli/issues"
  },
  "keywords": [
    "linter",
    "javascript",
    "typescript",
    "rust",
    "cli",
    "oxc",
    "turbolint",
    "eslint alternative",
    "config review",
    "static analysis",
    "fast linter",
    "js linter",
    "ts linter"
  ],
  "bin": {
    "turbolint": "bin/turbolint.js"
  },
  "scripts": {
    "build:native": "cargo build --release --locked",
    "postinstall": "node ./scripts/install-native.mjs"
  },
  "files": [
    "bin/",
    "scripts/install-native.mjs",
    "src/",
    "Cargo.toml",
    "Cargo.lock",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=18"
  }
}
