{
  "name": "@tresjs/eslint-config",
  "type": "module",
  "version": "1.6.0",
  "description": "Opinionated ESLint configuration for Tres.js ecosystem",
  "author": "Alvaro Saburido <hola@alvarosaburido.dev> (https://github.com/alvarosabu/)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Tresjs/tres.git",
    "directory": "packages/eslint-config"
  },
  "keywords": [
    "eslint",
    "eslint-config",
    "eslintconfig"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "eslint": ">=8.40.0"
  },
  "dependencies": {
    "@antfu/eslint-config": "~3.6.0",
    "eslint-plugin-format": "^0.1.2"
  },
  "devDependencies": {
    "eslint": "^9.34.0",
    "eslint-flat-config-viewer": "^0.1.20",
    "tsdown": "^0.15.4"
  },
  "scripts": {
    "dev": "npx @eslint/config-inspector --config eslint.config.ts",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "preview": "eslint-flat-config-viewer",
    "build": "tsdown",
    "stub": "tsdown --format esm",
    "watch": "tsdown --watch"
  }
}