1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-16 00:00:02 +01:00
VILLASnode/doc/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
265 B
JSON
Raw Permalink Normal View History

2021-11-18 12:10:36 +01:00
{
"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"
}
}