{
	"name": "fernet-encryption",
	"version": "0.1.0",
	"description": "Fernet Encryption plugin for WordPress.",
	"author": "Brandon Hubbard",
	"bugs": "https://github.com/hubbardlabs/fernet-encryption/issues",
	"main": "Gruntfile.js",
	"license": "GPL-2.0-or-later",
	"keywords": [],
	"homepage": "https://wordpress.org/plugins/fernet-encryption/",
	"repository": "https://github.com/hubbardlabs/fernet-encryption",
	"scripts": {
		"start": "wp-scripts start",
		"readme": "grunt readme",
		"i18n": "grunt i18n",
		"build": "wp-scripts build",
		"check-engines": "wp-scripts check-engines",
		"check-licenses": "wp-scripts check-licenses",
		"format": "wp-scripts format",
		"lint:css": "wp-scripts lint-style",
		"lint:scss": "wp-scripts lint-style 'assets/scss/**/*.scss' --fix",
		"lint:js": "wp-scripts lint-js",
		"lint:md:docs": "wp-scripts lint-md-docs",
		"lint:pkg-json": "wp-scripts lint-pkg-json",
		"packages-update": "wp-scripts packages-update",
		"plugin-zip": "wp-scripts plugin-zip",
		"test:e2e": "wp-scripts test-e2e",
		"test:unit": "wp-scripts test-unit-js"
	},
	"devDependencies": {
		"@wordpress/scripts": "^26.15.0",
		"grunt": "^1.6.1",
		"grunt-checktextdomain": "^1.0.1",
		"grunt-contrib-clean": "^2.0.1",
		"grunt-contrib-jshint": "^3.2.0",
		"grunt-contrib-sass": "^2.0.0",
		"grunt-contrib-uglify": "^5.2.2",
		"grunt-contrib-watch": "^1.1.0",
		"grunt-phpcbf": "^0.1.1",
		"grunt-phpcs": "^0.4.0",
		"grunt-wp-i18n": "^1.0.3",
		"grunt-wp-readme-to-markdown": "^2.1.0"
	},
	"dependencies": {
		"wp-scripts": "^0.0.1-security"
	}
}