-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
28 lines (28 loc) · 974 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
{
"name": "endurance-page-cache",
"private": true,
"description": "This cache plugin is primarily for cache purging of the additional layers of cache that may be available on your hosting account.",
"directories": {
"test": "tests"
},
"scripts": {
"prelint": "npm run wp-env run composer install -- --no-interaction",
"lint": "npm run wp-env run composer run-script lint",
"test": "npm run test-unit",
"test-unit": "npm run wp-env run phpunit 'phpunit -c /var/www/html/wp-content/plugins/endurance-page-cache/phpunit.xml --verbose'",
"wp-env": "wp-env"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bluehost/endurance-page-cache.git"
},
"author": "",
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/bluehost/endurance-page-cache/issues"
},
"homepage": "https://github.com/bluehost/endurance-page-cache#readme",
"devDependencies": {
"@wordpress/env": "^9.6.0"
}
}