Renovate Bot
abe993ba1c
All checks were successful
continuous-integration/drone/push Build is passing
35 lines
930 B
JSON
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.2",
|
|
"@typescript-eslint/parser": "^6.7.2",
|
|
"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.0",
|
|
"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"
|
|
}
|
|
}
|