Files
api-collections/scripts/package.json
T
administrator 2727ec67e3 ai refactor
- 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
2026-06-30 12:24:10 +02:00

7 lines
105 B
JSON

{
"type": "module",
"dependencies": {
"strip-json-comments": "^5.0.3",
"yaml": "^2.9.0"
}
}