openapi-diff
Version:
A CLI tool to identify differences between Swagger/OpenAPI specs.
79 lines (78 loc) • 2.21 kB
JSON
{
"name": "openapi-diff",
"version": "0.24.1",
"description": "A CLI tool to identify differences between Swagger/OpenAPI specs.",
"bin": {
"openapi-diff": "./bin/openapi-diff"
},
"main": "dist/api.js",
"scripts": {
"release-major": "./node_modules/.bin/gulp release --type major",
"release-minor": "./node_modules/.bin/gulp release --type minor",
"release-patch": "./node_modules/.bin/gulp release --type patch",
"test": "./node_modules/.bin/gulp",
"build": "./node_modules/.bin/gulp build",
"watch": "./node_modules/.bin/gulp watch",
"watch-e2e": "./node_modules/.bin/gulp watchE2e"
},
"repository": {
"type": "git",
"url": "git@bitbucket.org/atlassian/openapi-diff.git"
},
"keywords": [
"diff",
"difference",
"OpenAPI",
"Swagger"
],
"author": {
"name": "Mauri Edo (Atlassian)",
"email": "medo@atlassian.com"
},
"license": "Apache-2.0",
"engines": {
"node": ">=18"
},
"homepage": "https://bitbucket.org/atlassian/openapi-diff",
"devDependencies": {
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^13.2.0",
"@types/express": "^4.17.21",
"@types/jasmine": "^3.10.18",
"@types/js-yaml": "^4.0.9",
"@types/lodash": "^4.14.112",
"@types/node": "^14.18.63",
"@types/request": "^2.48.12",
"@types/swagger-schema-official": "^2.0.25",
"@types/verror": "^1.10.10",
"ansi-colors": "^4.1.3",
"del": "^6.1.1",
"envsub": "^4.1.0",
"express": "^4.19.2",
"gulp": "^5.0.0",
"gulp-clean": "^0.4.0",
"gulp-filter": "^7.0.0",
"gulp-git": "^2.11.0",
"gulp-jasmine": "^4.0.0",
"gulp-tslint": "^8.1.4",
"gulp-typescript": "^5.0.1",
"jasmine": "^3.99.0",
"json-schema-spec-types": "^0.1.2",
"minimist": "^1.2.8",
"openapi-types": "^9.3.1",
"tslint": "6.1.3",
"typescript": "4.4.3"
},
"dependencies": {
"axios": "^1.8.2",
"commander": "^8.3.0",
"js-yaml": "^4.1.0",
"json-schema-diff": "^0.18.1",
"jsonpointer": "^5.0.1",
"lodash": "^4.17.21",
"openapi3-ts": "^2.0.2",
"swagger-parser": "^10.0.3",
"verror": "^1.10.1"
},
"types": "dist/api-types.d.ts"
}