UNPKG

@wordpress/env

Version:

A zero-config, self contained local WordPress environment for development and testing.

68 lines (67 loc) 1.51 kB
{ "name": "@wordpress/env", "version": "11.7.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", "playground" ], "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", "exports": { ".": "./lib/env.js", "./lib/cli.js": "./lib/cli.js", "./lib/config": "./lib/config/index.js", "./package.json": "./package.json" }, "bin": { "wp-env": "bin/wp-env" }, "dependencies": { "@inquirer/prompts": "^7.2.0", "@wp-playground/cli": "^3.0.48", "chalk": "^4.0.0", "copy-dir": "^1.3.0", "cross-spawn": "^7.0.6", "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", "yargs": "^17.3.0" }, "publishConfig": { "access": "public" }, "scripts": { "test": "echo \"Error: run tests from root\" && exit 1" }, "gitHead": "d653c5fd6161571a0c2ebde28553d6e25624eacc" }