-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.22 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
36
37
38
{
"name": "smntcs-google-webmaster-tools",
"description": "Adds the verification code of Google Search Console, former Google Webmaster Tools, to your site.",
"author": "Niels Lange",
"license": "GPL-2.0-or-later",
"keywords": [
"WordPress",
"Plugin",
"SMNTCS Google Webmaster Tools"
],
"homepage": "https://github.com/nielslange/smntcs-google-webmaster-tools#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/nielslange/smntcs-google-webmaster-tools.git"
},
"bugs": {
"url": "https://github.com/nielslange/smntcs-google-webmaster-tools/issues"
},
"devDependencies": {
"@playwright/test": "1.48.1",
"@types/node": "22.7.8",
"@wordpress/env": "10.10.0",
"@wordpress/prettier-config": "4.9.0",
"npm-run-all": "4.1.5",
"prettier": "npm:[email protected]"
},
"scripts": {
"phpcbf": "composer phpcbf",
"phpcs": "composer phpcs",
"phplint": "composer phplint",
"psalm": "composer psalm --no-cache",
"test": "npm-run-all --parallel phpcs phplint psalm test:e2e",
"test:e2e": "npx playwright test",
"test:e2e-dev": "npx playwright test --ui",
"wp-env": "wp-env",
"wp-env:rc": "wp-env run cli sh -c 'wp core update --version=6.7-RC1 && wp core update --version=6.7-RC1 --force'"
}
}