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.
15 lines
326 B
JSON
15 lines
326 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 zoo-api-bundle.yaml",
|
|
"test": "npx @redocly/cli@^1.0.0-beta lint"
|
|
}
|
|
}
|
|
|