{
	"name": "wp-parsely",
	"version": "3.1.0",
	"private": true,
	"description": "The Parse.ly plugin facilitates real-time and historical analytics to your content through a platform designed and built for digital publishing.",
	"author": "parsely, hbbtstar, jblz, mikeyarce, GaryJ, parsely_mike, pauarge",
	"license": "GPL-2.0-or-later",
	"keywords": [
		"analytics",
		"parse.ly",
		"parsely",
		"parsley"
	],
	"homepage": "https://github.com/Parsely/wp-parsely",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/Parsely/wp-parsely.git"
	},
	"bugs": {
		"url": "https://github.com/Parsely/wp-parsely/issues"
	},
	"engines": {
		"node": ">=16",
		"npm": ">=7"
	},
	"directories": {
		"test": "tests"
	},
	"browserslist": [
		"defaults"
	],
	"dependencies": {
		"@wordpress/dom-ready": "^2.13.2",
		"@wordpress/i18n": "^3.20.0",
		"js-cookie": "^3.0.0"
	},
	"devDependencies": {
		"@wordpress/babel-preset-default": "^6.4.1",
		"@wordpress/e2e-test-utils": "^5.4.10",
		"@wordpress/env": "^4.1.3",
		"@wordpress/eslint-plugin": "^9.3.0",
		"@wordpress/scripts": "^19.2.3",
		"concurrently": "^7.0.0",
		"husky": "^7.0.4",
		"prettier": "^2.5.1"
	},
	"scripts": {
		"build": "wp-scripts build",
		"dev:logs": "wp-env logs",
		"dev:start": "wp-env start",
		"dev:stop": "wp-env stop",
		"lint": "concurrently \"npm:lint:*\"",
		"lint:composer": "composer lint",
		"lint:css": "wp-scripts lint-style",
		"lint:js": "wp-scripts lint-js",
		"lint:pkg-json": "wp-scripts lint-pkg-json",
		"prepare": "husky install",
		"start": "wp-scripts start",
		"test": "npm run test:unit",
		"test:e2e": "wp-scripts test-e2e",
		"test:e2e:debug": "wp-scripts --inspect-brk test-e2e --puppeteer-devtools",
		"test:e2e:help": "wp-scripts test-e2e --help",
		"test:e2e:interactive": "npm run test:e2e -- --puppeteer-interactive",
		"test:e2e:watch": "npm run test:e2e -- --watch",
		"test:unit": "wp-scripts test-unit-js",
		"test:unit:debug": "wp-scripts --inspect-brk test-unit-js --runInBand --no-cache",
		"test:unit:help": "wp-scripts test-unit-js --help",
		"test:unit:watch": "wp-scripts test-unit-js --watch"
	}
}
