{
	"name": "nodehandler-utils",
	"version": "4.3.11",
	"description": "nodehandler utils",
	"homepage": "https://platform.axway.com",
	"author": {
		"name": "Axway",
		"email": "support@axway.com",
		"url": "https://axway.com"
	},
	"license": "SEE LICENCE IN LICENSE",
	"keywords": [
		"amplify",
		"api-builder",
		"axway",
		"axway-flow"
	],
	"engines": {
		"node": ">= 8.9"
	},
	"main": "src/index.js",
	"files": [
		"src",
		"README.md",
		"LICENSE"
	],
	"dependencies": {
		"capitalize": "^1.0.0",
		"content-type": "^1.0.4",
		"json-pointer": "^0.6.0",
		"json-refs": "^3.0.2"
	},
	"devDependencies": {
		"@axway/flow": "^6.0.0",
		"ajv": "^6.5.0"
	},
	"repository": {
		"type": "git",
		"url": "https://git.ecd.axway.int/amplify/api-builder-plugins"
	},
	"nyc": {
		"statements": 98.05,
		"branches": 97.01,
		"lines": 98.05
	},
	"scripts": {
		"build": "npm run build:lint && npm run test",
		"build:lint": "eslint .",
		"build:lint:fix": "eslint . --fix",
		"test": "nyc mocha ./test",
		"check:dependencies": "npm-check -i chai -i simple-mock"
	},
	"gitHead": "e2a495c05f8daf8ceb6a13a6b51e8392c726b88b"
}
