2023-04-12 20:42:47 +02:00
|
|
|
{
|
2023-06-28 13:26:08 +02:00
|
|
|
"name": "@ioprojects/eslint-config",
|
2023-09-03 17:18:16 +02:00
|
|
|
"version": "1.2.0",
|
2023-04-12 20:42:47 +02:00
|
|
|
"description": "NPM package for ESLINT configuration of IO-Projects TypeScript front-end projects",
|
2023-06-28 13:26:08 +02:00
|
|
|
"author": "IO-Projects <contact@io-projects.com>",
|
|
|
|
"license": "SEE LICENSE FILE",
|
2023-04-12 20:42:47 +02:00
|
|
|
"main": ".eslintrc.json",
|
|
|
|
"files": [
|
|
|
|
".eslintrc.json"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
2024-03-10 17:16:29 +01:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
|
|
"@typescript-eslint/parser": "^6.21.0",
|
|
|
|
"eslint": "^8.57.0",
|
2023-12-03 21:26:53 +01:00
|
|
|
"eslint-config-prettier": "^9.1.0",
|
2024-06-02 02:16:00 +02:00
|
|
|
"eslint-plugin-cypress": "^2.15.2",
|
2023-12-18 09:45:30 +01:00
|
|
|
"eslint-plugin-import": "^2.29.1",
|
2024-03-10 17:16:29 +01:00
|
|
|
"eslint-plugin-jest": "^27.9.0",
|
2024-01-21 17:26:40 +01:00
|
|
|
"eslint-plugin-prettier": "^5.1.3",
|
2024-06-02 02:16:00 +02:00
|
|
|
"eslint-plugin-vue": "^9.26.0",
|
|
|
|
"prettier": "^3.3.0"
|
2023-04-12 20:42:47 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2023-06-28 13:26:08 +02:00
|
|
|
"url": "git+https://git.endmove.eu/IO-ProjectsOfficial/eslint-config.git"
|
2023-04-12 20:42:47 +02:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"io-project",
|
|
|
|
"eslint"
|
|
|
|
],
|
2023-06-28 13:26:08 +02:00
|
|
|
"engines": {
|
|
|
|
"node": ">=18"
|
|
|
|
}
|
2023-04-12 20:42:47 +02:00
|
|
|
}
|