Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
44 lines
984 B
JSON
44 lines
984 B
JSON
{
|
|
"name": "@medusajs/medusa-oas-cli",
|
|
"version": "2.11.3",
|
|
"description": "OAS CLI",
|
|
"main": "dist/index.js",
|
|
"bin": {
|
|
"medusa-oas": "./dist/index.js"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"oas"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/medusajs/medusa",
|
|
"directory": "packages/cli/oas/medusa-oas-cli"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"author": "Medusa",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@medusajs/types": "2.11.3"
|
|
},
|
|
"scripts": {
|
|
"build": "yarn run -T tsc --build",
|
|
"medusa-oas": "ts-node src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@medusajs/medusa": "2.11.3",
|
|
"@medusajs/utils": "2.11.3",
|
|
"@readme/json-schema-ref-parser": "^1.2.0",
|
|
"@readme/openapi-parser": "^2.4.0",
|
|
"@redocly/cli": "1.25.3",
|
|
"commander": "^11.0.0",
|
|
"execa": "^5.1.1",
|
|
"lodash.mergewith": "^4.6.2",
|
|
"openapi3-ts": "^3.1.2",
|
|
"swagger-inline": "^6.1.0",
|
|
"yargs": "^17.7.2"
|
|
}
|
|
}
|