{
  "name": "oxlint-config-standard",
  "version": "0.1.1",
  "description": "Shareable oxlint config based on standard / neostandard",
  "keywords": [
    "config",
    "neostandard",
    "oxlint",
    "standard"
  ],
  "license": "MIT",
  "author": "Wei Wang <wei@fastmail.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/onlywei/oxlint-config-standard.git"
  },
  "files": [
    "./.oxlintrc.json"
  ],
  "main": "./.oxlintrc.json",
  "devDependencies": {
    "oxfmt": "^0.21.0",
    "oxlint": "^1.36.0"
  },
  "scripts": {
    "format": "oxfmt --write .",
    "format:check": "oxfmt --check ."
  }
}