2020-06-06 11:02:15 +00:00
|
|
|
{
|
2023-04-21 13:09:23 +00:00
|
|
|
"name": "npm-audit-action-dev",
|
|
|
|
|
"image": "mcr.microsoft.com/devcontainers/javascript-node:18",
|
|
|
|
|
"customizations": {
|
|
|
|
|
"vscode": {
|
|
|
|
|
"extensions": [
|
|
|
|
|
"EditorConfig.EditorConfig",
|
|
|
|
|
"GitHub.copilot"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|
2020-06-06 11:02:15 +00:00
|
|
|
}
|