{
  "name": "@rainbowatcher/eslint-config-md",
  "type": "module",
  "version": "0.21.1",
  "description": "rainbowatcher's ESLint config presets",
  "author": "rainbowatcher <rainbow-w@qq.com>",
  "license": "MIT",
  "homepage": "https://github.com/rainbowatcher/eslint-config#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rainbowatcher/eslint-config.git"
  },
  "bugs": {
    "url": "https://github.com/rainbowatcher/eslint-config/issues"
  },
  "keywords": [
    "eslint-config"
  ],
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "eslint": ">=9.21.0"
  },
  "dependencies": {
    "@eslint/markdown": "^6.2.2",
    "eslint-merge-processors": "^2.0.0",
    "@rainbowatcher/eslint-config-shared": "0.21.1"
  },
  "scripts": {
    "build": "tsup --clean --dts",
    "build:only": "tsup",
    "watch": "tsup --dts --watch"
  }
}