You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mv-api-spec/package.json

14 lines
279 B

{
"name": "mieux-voter",
"version": "1.0.0",
"dependencies": {
"@redocly/openapi-cli": "^0.12.10"
},
"private": true,
"scripts": {
"start": "openapi preview-docs",
"build": "openapi bundle --output ./mv-openapi.yaml",
"test": "openapi validate"
}
}