mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 21:14:09 +01:00
18 lines
337 B
JSON
18 lines
337 B
JSON
{
|
|
"name": "openapi-convert",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"nopt": "^3.0.2",
|
|
"replace": "^1.2.2",
|
|
"swagger2openapi": "^7.0.8",
|
|
"yaml": "^2.1.3"
|
|
}
|
|
}
|