dev-with-debug
Version:
Auto-start Chrome-based dev server with debugging enabled, streaming LLM-friendly error output
42 lines (41 loc) • 963 B
JSON
{
"name": "dev-with-debug",
"version": "1.3.3",
"description": "Auto-start Chrome-based dev server with debugging enabled, streaming LLM-friendly error output",
"main": "index.js",
"bin": {
"dev-with-debug": "./bin/cli.js"
},
"scripts": {
"test": "node test.js",
"postinstall": "node postinstall.js",
"prepublishOnly": "npm test",
"dev-with-debug": "dev-with-debug"
},
"keywords": [
"debugging",
"chrome-devtools",
"dev-server",
"error-formatting",
"llm",
"development"
],
"author": "Terry McCann",
"license": "MIT",
"dependencies": {
"chrome-launcher": "^1.1.0",
"chrome-remote-interface": "^0.33.0",
"cross-spawn": "^7.0.3"
},
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/terrymccann/dev-with-debug.git"
},
"bugs": {
"url": "https://github.com/terrymccann/dev-with-debug/issues"
},
"homepage": ""
}