generated from rahulsprajapati/wp-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1.32 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
{
"name": "unpublish-media-endpoint",
"version": "1.0.0",
"description": "",
"dependencies": {},
"devDependencies": {
"@wordpress/env": "^4.1.1",
"grunt-wp-i18n": "^1.0.3"
},
"scripts": {
"makepot": "grunt makepot",
"lint": "./vendor/bin/phpcs --standard=phpcs.xml",
"wp-env": "wp-env",
"start": "wp-env start",
"stop": "wp-env stop",
"status": "docker ps",
"restart": "wp-env restart",
"cleanup": "wp-env clean all",
"destroy": "wp-env destroy",
"container": "wp-env run",
"cli": "wp-env run cli",
"tests-cli": "wp-env run tests-cli",
"logs": "wp-env logs",
"phpunit": "wp-env run phpunit 'phpunit -c /var/www/html/wp-content/plugins/unpublish-media-endpoint/phpunit.xml.dist'",
"coverage": "wp-env run phpunit 'phpdbg -qrr /usr/local/bin/phpunit -c /var/www/html/wp-content/plugins/unpublish-media-endpoint/phpunit.xml.dist --coverage-clover=/var/www/html/wp-content/plugins/unpublish-media-endpoint/clover.xml'",
"coverage-html": "wp-env run phpunit 'phpdbg -qrr /usr/local/bin/phpunit -c /var/www/html/wp-content/plugins/unpublish-media-endpoint/phpunit.xml.dist --coverage-html=/var/www/html/wp-content/plugins/unpublish-media-endpoint/tests/coverage/html'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}