-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.53 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@bedandbreakfasteu/eslint-config",
"version": "3.0.0",
"description": "Bedandbreakfast.eu ESLint Config",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:bedandbreakfasteu/eslint-config.git"
},
"author": "Bed & Breakfast Europe",
"main": "index.js",
"scripts": {
"update": "ncu"
},
"prettier": "@bedandbreakfasteu/prettier-config",
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-yaml": "^0.5.0",
"prettier": "^3.2.5",
"typescript": "^5.3.2"
},
"devDependencies": {
"@bedandbreakfasteu/prettier-config": "bedandbreakfasteu/prettier-config#1.0.2",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-yaml": "^0.5.0",
"npm-check-updates": "^16.14.20",
"prettier": "^3.2.5",
"typescript": "^5.3.2"
}
}