-
Notifications
You must be signed in to change notification settings - Fork 4.3k
/
Copy pathpackage.json
43 lines (43 loc) · 908 Bytes
/
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
{
"name": "@wordpress/scripts",
"version": "1.1.6",
"description": "Collection of JS scripts for WordPress development",
"author": "WordPress",
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"scripts",
"reusable-scripts",
"wordpress-scripts"
],
"homepage": "https://github.com/WordPress/packages/tree/master/packages/scripts/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/packages.git"
},
"bugs": {
"url": "https://github.com/WordPress/packages/issues"
},
"engines": {
"node": ">=8"
},
"files": [
"bin",
"config",
"scripts",
"utils"
],
"bin": {
"wp-scripts": "./bin/wp-scripts.js"
},
"dependencies": {
"@wordpress/babel-preset-default": "^1.3.0",
"@wordpress/jest-preset-default": "^1.0.6",
"cross-spawn": "^5.1.0",
"jest": "^22.4.0",
"read-pkg-up": "^3.0.0"
},
"publishConfig": {
"access": "public"
}
}