- add missing headers and body with relative content-type - fix double quotes for empty variables (not needed by VSCode REST client) - strip comments from JSON data
7 lines
105 B
JSON
7 lines
105 B
JSON
{
|
|
"type": "module",
|
|
"dependencies": {
|
|
"strip-json-comments": "^5.0.3",
|
|
"yaml": "^2.9.0"
|
|
}
|
|
} |