oss-attribution-generator
Version:
utility to parse bower and npm packages used in a project and generate an attribution file to include in your product
19 lines • 599 B
JSON
{
// Use IntelliSense to learn about possible Node.js debug attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "test-project",
"program": "${workspaceRoot}/index.js",
"cwd": "${workspaceRoot}/test-project",
"args": [
"-b",
"${workspaceRoot}/test-project"
]
}
]
}