P🛸
{
"name": "Launch via NPM",
"type": "node",
"request": "launch",
"stopOnEntry": true,
"program": "${workspaceRoot}/bin/www",
"args": [],
"cwd": "${workspaceRoot}",
"runtimeExecutable": "/Users/xxxxxx/.npm-packages/bin/npm",
"runtimeArgs": [
"run-script", "start"
],
"port": 8080
}