{
	"name": "@nab/commands",
	"version": "1.0.0",
	"description": "Commands library for Nelio A/B Testing.",
	"author": "Nelio Software",
	"license": "GPL-2.0-or-later",
	"keywords": [
		"WordPress",
		"plugin",
		"cro",
		"testing",
		"ab"
	],
	"homepage": "https://neliosoftware.com/testing/",
	"repository": "https://bitbucket.org/neliosoftware/nelio-ab-testing",
	"bugs": {},
	"dependencies": {
		"@nab/data": "file:../data",
		"@nab/experiments": "file:../experiments",
		"@nab/utils": "file:../utils"
	},
	"devDependencies": {
		"@safe-wordpress/api-fetch": "file:../safe-wordpress/api-fetch",
		"@safe-wordpress/commands": "file:../safe-wordpress/commands",
		"@safe-wordpress/data": "file:../safe-wordpress/data",
		"@safe-wordpress/i18n": "file:../safe-wordpress/i18n",
		"@types/lodash": "^4.17.20",
		"lodash": "^4.17.21"
	}
}
