mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2025-10-30 06:07:50 +00:00
12 lines
311 B
JSON
12 lines
311 B
JSON
{
|
|
"name": "changedetection-api-docs",
|
|
"version": "1.0.0",
|
|
"description": "API documentation generation for changedetection.io",
|
|
"private": true,
|
|
"scripts": {
|
|
"build-docs": "redocly build-docs api-spec.yaml --output api_v1/index.html"
|
|
},
|
|
"devDependencies": {
|
|
"@redocly/cli": "^1.34.5"
|
|
}
|
|
} |