Renovate Bot
99b63ee76d
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #17 Co-authored-by: Renovate Bot <no-reply@io-projects.com> Co-committed-by: Renovate Bot <no-reply@io-projects.com>
35 lines
932 B
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.13.1",
|
|
"@typescript-eslint/parser": "^6.13.1",
|
|
"eslint": "^8.55.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-cypress": "^2.15.1",
|
|
"eslint-plugin-import": "^2.29.0",
|
|
"eslint-plugin-jest": "^27.6.0",
|
|
"eslint-plugin-prettier": "^5.0.1",
|
|
"eslint-plugin-vue": "^9.19.2",
|
|
"prettier": "^3.1.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://git.endmove.eu/IO-ProjectsOfficial/eslint-config.git"
|
|
},
|
|
"keywords": [
|
|
"io-project",
|
|
"eslint"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|