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

15 lines
316 B
JSON

{
"name": "zoo-api",
"version": "1.0.0",
"dependencies": {
"@redocly/cli": "^1.0.0-beta"
},
"private": true,
"scripts": {
"start": "npx @redocly/cli@^1.0.0-beta build-docs -o zoo-api.html",
"bundle": "npx @redocly/cli@^1.0.0-beta bundle -o dist.yaml",
"test": "npx @redocly/cli@^1.0.0-beta lint"
}
}