{
  "name": "@ioprojects/eslint-config",
  "version": "1.3.0",
  "description": "NPM package for ESLINT configuration of IO-Projects TypeScript front-end projects",
  "author": "IO-Projects <contact@io-projects.com>",
  "license": "SEE LICENSE FILE",
  "main": ".eslintrc.json",
  "files": [
    ".eslintrc.json"
  ],
  "dependencies": {
    "@typescript-eslint/eslint-plugin": "^8.18.2",
    "@typescript-eslint/parser": "^8.18.2",
    "eslint": "^9.17.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-cypress": "^4.1.0",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-jest": "^28.10.0",
    "eslint-plugin-prettier": "^5.2.1",
    "eslint-plugin-vue": "^9.32.0",
    "prettier": "^3.4.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://git.endmove.eu/IO-ProjectsOfficial/eslint-config.git"
  },
  "keywords": [
    "io-project",
    "eslint"
  ],
  "engines": {
    "node": ">=18"
  }
}