forked from Automattic/vip-go-mu-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
22 lines (22 loc) · 949 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
{
"name": "@automattic/vip-go-mu-plugins",
"private": true,
"version": "1.0.0",
"description": "mu-plugins used on the VIP Go platform",
"scripts": {
"phplint": "bin/php-lint.sh",
"phpcs": "vendor/bin/phpcs",
"phpcs:errors": "vendor/bin/phpcs --report=bin/phpcs-eslint-report.php | eslines --processors enforce --quiet",
"phpcs:changed:remote": "vendor/bin/phpcs --report=bin/phpcs-eslint-report.php | eslines --quiet",
"phpcs:changed:local": "vendor/bin/phpcs --report=bin/phpcs-eslint-report.php | eslines --quiet -d index",
"lint": "npm run phplint && npm run phpcs:changed:remote",
"update-es-wp-query": "git subtree pull --prefix search/es-wp-query [email protected]:Automattic/es-wp-query master --squash",
"update-test-jquery-updates": "./bin/update-test-jquery-updates.sh"
},
"author": "Automattic",
"devDependencies": {
"eslines": "1.1.0",
"eslint": "5.16.0",
"husky": "4.2.3"
}
}