UNPKG

@wordpress/env

Version:

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

60 lines (59 loc) 1.3 kB
{ "name": "@wordpress/env", "version": "10.30.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": "c66cb089eed19d4f4956962fa7b4c81abe6dd513" }