UNPKG

openapi2apigeeck2

Version:

A tool that converts openapi yaml file to Apigee API Proxy Bundle

71 lines (70 loc) 1.76 kB
{ "name": "openapi2apigeeck2", "version": "1.4.2", "description": "A tool that converts openapi yaml file to Apigee API Proxy Bundle", "main": "index.js", "scripts": { "test": "./node_modules/.bin/mocha test/commands/config.js test/commands/*.js", "coverage": "nyc _mocha -- test/util test/commands -R spec" }, "bin": { "openapi2apigeeck2": "bin/openapi2apigeeck2" }, "repository": { "type": "git", "url": "https://github.com/apigee/openapi2apigee.git" }, "keywords": [ "Apigee", "OpenAPI", "Swagger", "Tool", "API", "Proxy", "Proxies" ], "license": "Apache-2.0", "bugs": { "url": "https://github.com/apigee/openapi2apigee/issues" }, "homepage": "https://github.com/apigee/openapi2apigee", "dependencies": { "@apidevtools/swagger-parser": "10.1.0", "apigeetool": "0.16.4", "async": "^2.1.2", "commander": "^2.8.1", "easy-zip": "0.0.4", "inquirer": "^1.2.3", "lodash.assign": "4.2.0", "lodash.omit": "4.5.0", "mkdirp": "0.5.6", "openapi2apigeeck2": "^1.3.1", "stream-from-array": "1.0.0", "xmlbuilder": "8.2.2" }, "devDependencies": { "mocha": "^10.2.0", "nyc": "^17.1.0", "openapi-utils-param-to-schema": "0.0.8", "openapi-utils-path-for-uri": "0.0.6", "openapi-utils-schema-from-api": "0.0.4", "policify": "0.0.12", "rimraf": "^2.5.4", "should": "^11.1.1", "standard": "^17.0.0", "uglify-js": "^2.7.4", "xml2js": "^0.6.2", "z-schema": "^5.0.5" }, "standard": { "globals": [ "should", "describe", "it" ], "ignore": [ "./lib/resource_templates/jsc/bundle-policify.js", "lib/resource_templates/jsc/bundle-policify.js" ] } }