-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 778 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 778 Bytes
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
{
"name": "debugging-aid",
"version": "0.6.8",
"description": "Experimental tools for debugging Node.js apps without pausing",
"main": "index.js",
"scripts": {
"start": "npx standard --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/naugtur/debugging-aid.git"
},
"keywords": [
"debugging",
"debug",
"promises",
"async",
"diagnostics",
"node",
"nodejs"
],
"author": "naugtur",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/naugtur/debugging-aid/issues"
},
"homepage": "https://github.com/naugtur/debugging-aid#readme",
"devDependencies": {},
"dependencies": {
"blocked-at": "^1.2.0",
"mitm": "^1.7.1",
"request-to-curl": "^0.1.6"
}
}