{
  "name": "@volt.js/eslint",
  "version": "0.2.1",
  "private": false,
  "description": "ESLint configuration for Volt.js ⚡ projects.",
  "main": "index.js",
  "license": "MIT",
  "author": {
    "name": "Anderson da Campo",
    "url": "https://x.com/feldbarcelospro",
    "email": "andeerc@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/andeerc/volt.js.git",
    "directory": "packages/eslint-config"
  },
  "bugs": {
    "url": "https://github.com/andeerc/volt.js/issues"
  },
  "homepage": "https://github.com/andeerc/volt.js/tree/main/packages/eslint-config#readme",
  "keywords": [
    "eslint",
    "eslintconfig",
    "prettier",
    "typescript",
    "javascript",
    "react",
    "styleguide",
    "volt"
  ],
  "scripts": {
    "lint": "eslint .",
    "test": "echo \"Error: no test specified\"",
    "format": "prettier --write \"**/*.{js,ts,json,md}\""
  },
  "peerDependencies": {
    "eslint": "^8.0.0",
    "typescript": ">=5"
  },
  "peerDependenciesMeta": {
    "typescript": {
      "optional": true
    }
  },
  "dependencies": {
    "@typescript-eslint/eslint-plugin": "^6.21.0",
    "@typescript-eslint/parser": "^6.21.0",
    "eslint": "^8.56.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-config-standard": "^17.1.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-jsx-a11y": "^6.8.0",
    "eslint-plugin-n": "^16.6.2",
    "eslint-plugin-prettier": "^5.1.3",
    "eslint-plugin-promise": "^6.1.1",
    "eslint-plugin-react": "^7.33.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "prettier": "^3.2.5"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
