{
	"name": "@wordpress/env",
	"version": "10.22.0",
	"description": "A zero-config, self contained local WordPress environment for development and testing.",
	"author": "The WordPress Contributors",
	"license": "GPL-2.0-or-later",
	"keywords": [
		"wordpress",
		"gutenberg",
		"environment",
		"docker"
	],
	"homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/env#readme",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/WordPress/gutenberg.git",
		"directory": "packages/env"
	},
	"bugs": {
		"url": "https://github.com/WordPress/gutenberg/issues"
	},
	"engines": {
		"node": ">=18.12.0",
		"npm": ">=8.19.2"
	},
	"directories": {
		"lib": "lib",
		"test": "tests"
	},
	"files": [
		"bin",
		"lib"
	],
	"main": "lib/env.js",
	"bin": {
		"wp-env": "bin/wp-env"
	},
	"dependencies": {
		"@inquirer/prompts": "^7.2.0",
		"chalk": "^4.0.0",
		"copy-dir": "^1.3.0",
		"docker-compose": "^0.24.3",
		"extract-zip": "^1.6.7",
		"got": "^11.8.5",
		"js-yaml": "^3.13.1",
		"ora": "^4.0.2",
		"rimraf": "^5.0.10",
		"simple-git": "^3.5.0",
		"terminal-link": "^2.0.0",
		"yargs": "^17.3.0"
	},
	"publishConfig": {
		"access": "public"
	},
	"scripts": {
		"test": "echo \"Error: run tests from root\" && exit 1"
	},
	"gitHead": "01a314d7e46a50101e328fdb11959c441e49372d"
}
