-
-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
48 lines (48 loc) · 996 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
41
42
43
44
45
46
47
48
{
"name": "why-is-node-running",
"type": "module",
"version": "3.2.1",
"description": "Node is running but you don't know why? why-is-node-running is here to help you.",
"exports": {
".": {
"types": "./index.d.ts",
"default": "./index.js"
},
"./include": "./include.js"
},
"files": [
"cli.js",
"include.js",
"index.d.ts",
"index.js"
],
"bin": {
"why-is-node-running": "cli.js"
},
"engines": {
"node": ">=20.11"
},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/why-is-node-running.git"
},
"keywords": [
"debug",
"devops",
"test",
"events",
"handles"
],
"author": "Mathias Buus (@mafintosh)",
"contributors": [
{
"name": "Jon Peck",
"email": "jpeck@fluxsauce.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/why-is-node-running/issues"
},
"homepage": "https://github.com/mafintosh/why-is-node-running"
}