{
  "name": "niwe-odata-openapi",
  "version": "0.28.19",
  "description": "Convert OData CSDL XML or CSDL JSON to OpenAPI",
  "homepage": "https://github.com/oasis-tcs/odata-openapi/blob/master/lib/README.md",
  "bugs": "https://github.com/oasis-tcs/odata-openapi/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oasis-tcs/odata-openapi.git"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "files": [
    "lib/*"
  ],
  "bin": {
    "odata-openapi3": "lib/cli.js"
  },
  "main": "./lib/csdl2openapi.js",
  "exports": "./lib/csdl2openapi.js",
  "dependencies": {
    "@discoveryjs/json-ext": "^0.6.3",
    "indefinite": "^2.5.1",
    "odata-csdl": "^0.11.1",
    "pluralize": "^8.0.0"
  },
  "devDependencies": {
    "@apidevtools/openapi-schemas": "^2.1.0",
    "ajv": "^8.17.1",
    "ajv-draft-04": "^1.0.0",
    "ajv-formats": "^3.0.1",
    "c8": "^10.1.2",
    "eslint": "^9.13.0",
    "mocha": "^10.8.1"
  },
  "scripts": {
    "build": "node lib/transform.js",
    "pretest": "rm -f examples/PingTest_V1.no-batch.openapi3.json && node lib/cli.js -p --skipBatchPath -t examples/PingTest_V1.no-batch.openapi3.json examples/PingTest_V1.xml",
    "test": "c8 --100 mocha",
    "watch": "mocha --watch"
  },
  "author": "",
  "keywords": [
    "OData",
    "OpenAPI",
    "OpenAPI3",
    "Swagger"
  ],
  "license": "SEE LICENSE IN LICENSE.md"
}
