-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
35 lines (35 loc) · 1.14 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
{
"name": "debug-bar-elasticpress",
"version": "3.1.0",
"description": "Extends the Debug Bar plugin for ElasticPress queries.",
"main": "index.js",
"scripts": {
"test": "phpunit",
"start": "composer install && npm install",
"lint-release": "npm install && composer install && npm run lint",
"lint-css": "10up-toolkit lint-style",
"lint-js": "10up-toolkit lint-js",
"lint-php": "composer run lint",
"format-js": "10up-toolkit format-js assets/js",
"format-css": "10up-toolkit lint-style --fix assets/css",
"lint": "npm run lint-css && npm run lint-js && npm run lint-php",
"format": "npm run format-js && npm run format-css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/10up/debug-bar-elasticpress.git"
},
"author": "10up",
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/10up/debug-bar-elasticpress/issues"
},
"homepage": "https://github.com/10up/debug-bar-elasticpress#readme",
"devDependencies": {
"10up-toolkit": "^4.3.1",
"@10up/stylelint-config": "2.0.2"
},
"eslintConfig": {
"extends": "@10up/eslint-config/wordpress"
}
}