{
	"name": "axway-flow-graph",
	"version": "3.3.5",
	"description": "Graph structure for parsing and manipulating flows",
	"homepage": "https://platform.axway.com",
	"author": {
		"name": "Axway",
		"email": "support@axway.com",
		"url": "https://axway.com"
	},
	"bugs": {
		"url": "https://axway.com"
	},
	"license": "SEE LICENCE IN LICENSE",
	"keywords": [
		"amplify",
		"api-builder",
		"axway",
		"@axway/flow",
		"graph"
	],
	"engines": {
		"node": ">=8.9"
	},
	"main": "src/index.js",
	"browser": "dist/web/index.js",
	"files": [
		"dist",
		"src",
		"README.md",
		"LICENSE"
	],
	"devDependencies": {
		"@axway/jsonpath": "^1.3.0"
	},
	"repository": {
		"type": "git",
		"url": "https://git.ecd.axway.int/amplify/api-builder"
	},
	"nyc": {
		"per-file": false,
		"statements": 97,
		"branches": 90,
		"functions": 97,
		"lines": 97
	},
	"scripts": {
		"build": "npm run clean && npm run build:dev",
		"build:dev": "npm run build:lint && npm run test && npm run build:dist",
		"build:lint": "eslint .",
		"build:dist": "npm run build:readme && npm run build:webpack",
		"build:webpack": "webpack",
		"build:readme": "node-readme && shx mv README.md README.hbs && jsdoc2md --template README.hbs src/*.js > README.md && shx rm -rf README.hbs",
		"clean": "shx rm -rf dist coverage .nyc_output",
		"test": "nyc mocha ./test",
		"test:watch": "npm test -- --watch",
		"check:dependencies": "npm run check:used && npm run check:unused",
		"check:used": "dependency-check ./package.json",
		"check:unused": "dependency-check ./package.json --unused --no-dev -i deep-equal"
	},
	"gitHead": "84996884656e6fdb23e9bac0194fd0a6983fbaa3"
}
