eslint-config/package.json
EndMove 82fc24c400
Some checks failed
continuous-integration/drone/push Build is failing
fix deps flaw
2023-06-27 17:00:23 +02:00

35 lines
936 B
JSON

{
"name": "@ioprojects/ui-eslint-base",
"version": "1.0.4",
"description": "NPM package for ESLINT configuration of IO-Projects TypeScript front-end projects",
"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": "https://git.endmove.eu/IO-ProjectsOfficial/ioprojects-ui-eslint.git"
},
"keywords": [
"io-project",
"eslint"
],
"author": "IO-Projects <contact@io-projects.com>",
"license": "SEE LICENSE FILE",
"engines": {
"node": ">=18"
}
}