eslint-config/package.json

35 lines
932 B
JSON

{
"name": "@ioprojects/eslint-config",
"version": "1.2.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": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.24.1",
"prettier": "^3.2.5"
},
"repository": {
"type": "git",
"url": "git+https://git.endmove.eu/IO-ProjectsOfficial/eslint-config.git"
},
"keywords": [
"io-project",
"eslint"
],
"engines": {
"node": ">=18"
}
}