{
	"name": "@axway/api-builder-oas-flow-node",
	"description": "Converts Open API Specification (OAS) 2.x and 3.x files to flow-nodes.",
	"version": "3.2.1",
	"author": {
		"email": "support@axway.com",
		"name": "Axway R&D",
		"url": "https://axway.com"
	},
	"engines": {
		"node": ">= 16",
		"apibuilder": ">= 4.69.0"
	},
	"api-builder": {
		"onlyPrerequisitesBreakThisComponent": true
	},
	"license": "SEE LICENSE IN LICENSE",
	"main": "src/plugin/index.js",
	"files": [
		"src",
		"openapi.svg",
		"README.md"
	],
	"keywords": [
		"axway",
		"api builder",
		"swagger",
		"oas"
	],
	"dependencies": {
		"@axway/api-builder-sdk": "2.0.2",
		"@axway/axsway": "^2.1.1",
		"@axway/json-pointer": "^0.7.0",
		"@axway/requester": "6.2.1",
		"ajv": "^6.12.5",
		"capitalize": "^2.0.1",
		"chalk": "^2.3.2",
		"content-type": "^1.0.4",
		"debug": "^2.6.9",
		"find-up": "^4.1.0",
		"js-yaml": "^3.13.1",
		"json-refs": "^3.0.2",
		"openapi-schemas": "^2.0.3",
		"strict-uri-encode": "^2.0.0"
	},
	"nyc": {
		"all": true
	},
	"scripts": {
		"build": "npm run build:lint && npm run test",
		"build:lint": "eslint .",
		"build:lint:fix": "eslint . --fix",
		"test": "nyc mocha ./test",
		"test:nocoverage": "mocha ./test",
		"test:watch": "npm test -- --watch",
		"test:debug": "mocha --inspect-brk ./test",
		"test:generate": "npm run generate-plugin && npm run generate-snapshot && npm test",
		"check:dependencies": "npm-check -u -i simple-mock -i chai -i mock-require -i @axway/api-builder-admin",
		"generate-plugin": "node scripts/generate-plugin.js",
		"generate-snapshot": "node scripts/generate-snapshot.js"
	},
	"gitHead": "a3d246bd81f8a03219b70f3c04cd8eed0b63a1e3"
}
