eslint-config/package.json
Renovate Bot 4a4d4c3c5d
All checks were successful
continuous-integration/drone/push Build is passing
chore(deps): update minor and patch version dependencies (master) (#13)
Reviewed-on: #13
Co-authored-by: Renovate Bot <no-reply@io-projects.com>
Co-committed-by: Renovate Bot <no-reply@io-projects.com>
2023-10-01 22:09:42 +02:00

35 lines
930 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.7.3",
"@typescript-eslint/parser": "^6.7.3",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.4.2",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-vue": "^9.17.0",
"prettier": "^3.0.3"
},
"repository": {
"type": "git",
"url": "git+https://git.endmove.eu/IO-ProjectsOfficial/eslint-config.git"
},
"keywords": [
"io-project",
"eslint"
],
"engines": {
"node": ">=18"
}
}