Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
28 lines
808 B
JSON
28 lines
808 B
JSON
{
|
|
"name": "@medusajs/oas-github-ci",
|
|
"version": "2.8.7",
|
|
"description": "OAS Github CI",
|
|
"main": "scripts/build-openapi.js",
|
|
"files": [
|
|
"scripts"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/medusajs/medusa",
|
|
"directory": "packages/cli/oas/oas-github-ci"
|
|
},
|
|
"private": true,
|
|
"author": "Medusa",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"ci": "node scripts/build-openapi.js",
|
|
"preview:admin": "yarn medusa-oas docs --src-file ../../../../www/apps/api-reference/specs/admin/openapi.yaml --preview",
|
|
"preview:store": "yarn medusa-oas docs --src-file ../../../../www/apps/api-reference/specs/store/openapi.yaml --preview",
|
|
"test": "jest --passWithNoTests"
|
|
},
|
|
"dependencies": {
|
|
"@medusajs/medusa-oas-cli": "2.8.7",
|
|
"execa": "^5.1.1"
|
|
}
|
|
}
|