eslint-config/package.json

31 lines
886 B
JSON

{
"name": "@ioprojects/ui-eslint-base",
"version": "1.0.0",
"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.58.0",
"@typescript-eslint/parser": "^5.58.0",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-cypress": "^2.13.2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.10.0"
},
"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 IN THE LICENSE FILE"
}