debugging-aid
Version:
Experimental tools for debugging Node.js apps without pausing
35 lines (34 loc) • 778 B
JSON
{
"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"
}
}