{ "name": "@ioprojects/eslint-config", "version": "1.1.0", "description": "NPM package for ESLINT configuration of IO-Projects TypeScript front-end projects", "author": "IO-Projects ", "license": "SEE LICENSE FILE", "main": ".eslintrc.json", "files": [ ".eslintrc.json" ], "dependencies": { "@typescript-eslint/eslint-plugin": "^5.60.1", "@typescript-eslint/parser": "^5.60.1", "eslint": "^8.43.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-cypress": "^2.13.3", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jest": "^27.2.2", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-vue": "^9.15.1", "prettier": "^2.8.8" }, "repository": { "type": "git", "url": "git+https://git.endmove.eu/IO-ProjectsOfficial/eslint-config.git" }, "keywords": [ "io-project", "eslint" ], "engines": { "node": ">=18" } }