Files
npm-audit-action/.devcontainer/devcontainer.json

17 lines
352 B
JSON

{
"name": "npm-audit-action-dev",
"image": "mcr.microsoft.com/devcontainers/javascript-node:20",
"features": {
"ghcr.io/devcontainers/features/github-cli:1": {}
},
"customizations": {
"vscode": {
"extensions": [
"EditorConfig.EditorConfig",
"GitHub.copilot",
"saoudrizwan.claude-dev"
]
}
}
}