-
Notifications
You must be signed in to change notification settings - Fork 4.3k
/
package.json
50 lines (50 loc) · 1.2 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
{
"name": "@wordpress/scripts",
"version": "2.4.4",
"description": "Collection of JS scripts for WordPress development.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"scripts",
"reusable-scripts",
"wordpress-scripts"
],
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/scripts/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
},
"engines": {
"node": ">=8"
},
"files": [
"bin",
"config",
"scripts",
"utils"
],
"bin": {
"wp-scripts": "./bin/wp-scripts.js"
},
"dependencies": {
"@wordpress/babel-preset-default": "file:../babel-preset-default",
"@wordpress/jest-preset-default": "file:../jest-preset-default",
"@wordpress/npm-package-json-lint-config": "file:../npm-package-json-lint-config",
"babel-eslint": "8.0.3",
"chalk": "^2.4.1",
"check-node-version": "^3.1.1",
"cross-spawn": "^5.1.0",
"eslint": "^5.10.0",
"jest": "^23.6.0",
"npm-package-json-lint": "^3.3.1",
"read-pkg-up": "^1.0.1",
"resolve-bin": "^0.4.0"
},
"publishConfig": {
"access": "public"
}
}