Files
medusa-store/packages/cli/oas/oas-github-ci/package.json
github-actions[bot] 8fee89d622 chore: Version Packages (#14483)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-09 12:52:13 +01:00

28 lines
840 B
JSON

{
"name": "@medusajs/oas-github-ci",
"version": "2.12.5",
"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": "../../../../node_modules/.bin/jest --passWithNoTests"
},
"dependencies": {
"@medusajs/medusa-oas-cli": "2.12.5",
"execa": "^5.1.1"
}
}