-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "@wordpress/env",
"version": "3.0.2",
"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"
},
"directories": {
"lib": "lib",
"test": "tests"
},
"files": [
"bin",
"lib"
],
"main": "lib/env.js",
"bin": {
"wp-env": "bin/wp-env"
},
"dependencies": {
"chalk": "^4.0.0",
"copy-dir": "^1.3.0",
"docker-compose": "^0.22.2",
"extract-zip": "^1.6.7",
"got": "^10.7.0",
"inquirer": "^7.1.0",
"js-yaml": "^3.13.1",
"ora": "^4.0.2",
"rimraf": "^3.0.2",
"simple-git": "^2.35.0",
"terminal-link": "^2.0.0",
"yargs": "^14.0.0"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
}
}