2023-04-12 20:42:47 +02:00
|
|
|
{
|
2023-06-28 13:26:08 +02:00
|
|
|
"name": "@ioprojects/eslint-config",
|
2023-09-02 15:48:01 +02:00
|
|
|
"version": "1.1.1",
|
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": {
|
2023-09-02 15:46:46 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.5.0",
|
|
|
|
"@typescript-eslint/parser": "^6.5.0",
|
|
|
|
"eslint": "^8.48.0",
|
2023-04-12 20:42:47 +02:00
|
|
|
"eslint-config-prettier": "^8.8.0",
|
2023-09-02 15:46:46 +02:00
|
|
|
"eslint-plugin-cypress": "^2.14.0",
|
|
|
|
"eslint-plugin-import": "^2.28.1",
|
|
|
|
"eslint-plugin-jest": "^27.2.3",
|
|
|
|
"eslint-plugin-prettier": "^5.0.0",
|
|
|
|
"eslint-plugin-vue": "^9.17.0",
|
|
|
|
"prettier": "^3.0.3"
|
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
|
|
|
}
|