2022-08-26 18:31:31 +02:00
|
|
|
{
|
|
|
|
"name": "@walidoux/eslint-config",
|
2023-08-17 16:09:34 +02:00
|
|
|
"version": "1.0.9",
|
2023-08-14 00:07:14 +02:00
|
|
|
"description": "Walidoux's ESlint Config",
|
2023-07-26 21:49:14 +02:00
|
|
|
"author": "Walidoux",
|
2023-07-27 12:59:55 +02:00
|
|
|
"files": [
|
2023-08-14 00:07:14 +02:00
|
|
|
".eslintrc.json",
|
|
|
|
"tsconfig.json"
|
2023-07-27 12:59:55 +02:00
|
|
|
],
|
2022-08-26 18:31:31 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2023-08-14 00:07:14 +02:00
|
|
|
"url": "https://git.theoludwig.fr/Walidoux/eslint-config"
|
2022-08-26 18:31:31 +02:00
|
|
|
},
|
2023-08-14 00:07:14 +02:00
|
|
|
"homepage": "https://git.theoludwig.fr/Walidoux/eslint-config#readme",
|
2022-08-26 18:31:31 +02:00
|
|
|
"keywords": [
|
|
|
|
"eslint",
|
|
|
|
"conventions",
|
|
|
|
"config"
|
|
|
|
],
|
2023-08-17 16:09:34 +02:00
|
|
|
"main": ".eslintrc.json",
|
2023-07-27 12:59:55 +02:00
|
|
|
"dependencies": {
|
2023-07-26 22:13:28 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.2.0",
|
2023-07-27 12:59:55 +02:00
|
|
|
"@typescript-eslint/parser": "^6.2.0",
|
2023-07-31 14:58:04 +02:00
|
|
|
"eslint": "^8.46.0",
|
2023-07-26 21:49:14 +02:00
|
|
|
"eslint-config-conventions": "^11.0.1",
|
2023-07-31 14:58:04 +02:00
|
|
|
"eslint-config-prettier": "^8.9.0",
|
|
|
|
"eslint-plugin-import": "2.28.0",
|
2023-07-26 21:49:14 +02:00
|
|
|
"eslint-plugin-prettier": "^5.0.0",
|
2023-07-27 12:59:55 +02:00
|
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
|
|
"eslint-plugin-unicorn": "^48.0.1"
|
2022-08-26 18:31:31 +02:00
|
|
|
},
|
2023-07-27 12:59:55 +02:00
|
|
|
"devDependencies": {
|
|
|
|
"typescript": "^5.1.6"
|
2022-08-26 18:31:31 +02:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
}
|
|
|
|
}
|