-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 884 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": "jetbrains-eslint-killer",
"version": "1.0.2",
"description": "This script is a workaround for the issue with eslint integration in JetBrains IDEs and NX monorepo",
"main": "main.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"jetbrains-eslint-killer": "./main.mjs"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"ps-list": "8.1.1",
"pidusage": "3.0.2",
"chalk": "5.2.0",
"fkill": "8.1.0",
"numeral": "2.0.6",
"lodash": "4.17.21",
"yargs": "17.7.2",
"zod": "3.21.4"
},
"devDependencies": {
"prettier": "2.8.8"
},
"keywords": [],
"author": {
"name": "Ivan Belikov",
"web": "https://github.com/wanjas"
},
"repository": {
"type": "git",
"url": "git://github.com/wanjas/jetbrains-eslint-killer.git"
},
"license": "unlicense"
}