-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 962 Bytes
/
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
{
"name": "@killabunnies/eslint-config",
"version": "2.0.2",
"description": "ESLint config for Killabunnies",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/killabunnies/eslint-config.git"
},
"keywords": [
"Killabunnies",
"eslint-config"
],
"author": "Milton Candelero <[email protected]>",
"bugs": {
"url": "https://github.com/killabunnies/eslint-config/issues"
},
"homepage": "https://killabunnies.com.ar",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0"
},
"devDependencies": {
"eslint": "^8.48.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
},
"peerDependencies": {
"eslint": ">=8.0.0",
"prettier": ">=3.0.0",
"typescript": ">=5.0.0"
}
}