{
  "name": "@left0ver/eslint-config-ts",
  "version": "0.0.3",
  "description": "left0ver's eslint config for typescript",
  "author": "left0ver",
  "license": "MIT",
  "homepage": "https://github.com/left0ver/eslint-config#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/left0ver/eslint-config.git"
  },
  "bugs": "https://github.com/left0ver/eslint-config/issues",
  "keywords": [
    "eslint-config",
    "eslint-config-ts"
  ],
  "main": "index.js",
  "files": [
    "*.js"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "peerDependencies": {
    "eslint": ">=7.4.0"
  },
  "dependencies": {
    "@antfu/eslint-config-ts": "^0.35.0"
  }
}