{ "configurations": [ { "type": "npm", "name": "Diagram run dev", "command": "run", "scripts": "dev", }, { "type": "npm", "name": "Diagram run preview", "command": "run", "scripts": "preview", } ] }