-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 951 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
39
40
{
"name": "eslint-config-kswedberg",
"version": "7.1.0",
"description": "A shareable eslint config",
"main": "index.js",
"scripts": {
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "[email protected]:kswedberg/eslint-config-kswedberg.git"
},
"keywords": [
"eslint",
"eslintconfig"
],
"author": "Karl Swedberg <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kswedberg/eslint-config-kswedberg/issues"
},
"homepage": "https://github.com/kswedberg/eslint-config-kswedberg#readme",
"peerDependencies": {
"eslint": ">=8.0.0"
},
"engines": {
"node": ">= 16"
},
"dependencies": {
"@stylistic/eslint-plugin": "^2.3.0",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-unicorn": "^56.0.0",
"globals": "^15.6.0",
"typescript": "^5.5.2"
},
"devDependencies": {
"eslint": "^9.5.0",
"eslint-plugin-vue": "^9.26.0"
}
}