eslint-config/package.json

35 lines
929 B
JSON
Raw Normal View History

{
2023-06-27 18:44:40 +02:00
"name": "@endmove/eslint-config",
2023-06-24 13:05:29 +02:00
"version": "1.0.4",
"description": "NPM package for ESLINT configuration of IO-Projects TypeScript front-end projects",
2023-06-27 18:30:36 +02:00
"author": "IO-Projects <contact@io-projects.com>",
"license": "SEE LICENSE FILE",
"main": ".eslintrc.json",
"files": [
".eslintrc.json"
],
"dependencies": {
2023-06-27 16:54:44 +02:00
"@typescript-eslint/eslint-plugin": "^5.60.1",
2023-06-27 17:00:23 +02:00
"@typescript-eslint/parser": "^5.60.1",
2023-06-27 16:54:44 +02:00
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
2023-06-27 16:54:44 +02:00
"eslint-plugin-cypress": "^2.13.3",
2023-06-24 13:05:29 +02:00
"eslint-plugin-import": "^2.26.0",
2023-06-27 16:54:44 +02:00
"eslint-plugin-jest": "^27.2.2",
"eslint-plugin-prettier": "^4.2.1",
2023-06-27 16:54:44 +02:00
"eslint-plugin-vue": "^9.15.1",
2023-06-24 13:05:29 +02:00
"prettier": "^2.8.8"
},
"repository": {
"type": "git",
2023-06-27 18:44:40 +02:00
"url": "git+https://git.endmove.eu/IO-ProjectsOfficial/eslint-config.git"
},
"keywords": [
"io-project",
"eslint"
],
2023-06-27 16:54:44 +02:00
"engines": {
2023-06-27 17:00:23 +02:00
"node": ">=18"
}
}