mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
14 lines
265 B
JSON
14 lines
265 B
JSON
|
{
|
||
|
"name": "villasnode-api",
|
||
|
"version": "1.0.0",
|
||
|
"dependencies": {
|
||
|
"@redocly/openapi-cli": "^1.0.0-beta.69"
|
||
|
},
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"start": "openapi preview-docs",
|
||
|
"build": "openapi bundle -o dist",
|
||
|
"test": "openapi lint"
|
||
|
}
|
||
|
}
|