-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
31 lines (31 loc) · 1.54 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": "bh-wp-autologin-urls",
"version": "1.0.0",
"description": "[![WordPress tested 6.2](https://img.shields.io/badge/WordPress-v6.2%20tested-0073aa.svg)](https://wordpress.org/plugins/bh-wp-autologin-urls) [![PHPCS WPCS](https://img.shields.io/badge/PHPCS-WordPress%20Coding%20Standards-8892BF.svg)](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards) [![PHPUnit ](.github/coverage.svg)](https://brianhenryie.github.io/bh-wp-autologin-urls/) [![PHPStan ](https://img.shields.io/badge/PHPStan-Level%208-2a5ea7.svg)](https://github.com/szepeviktor/phpstan-wordpress) [![Active installs](https://img.shields.io/badge/Active%20Installs-30%2B-ffb900.svg)](https://wordpress.org/plugins/bh-wp-autologin-urls/advanced/)",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/BrianHenryIE/BH-WP-Autologin-URLs.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/BrianHenryIE/BH-WP-Autologin-URLs/issues"
},
"homepage": "https://github.com/BrianHenryIE/BH-WP-Autologin-URLs#readme",
"devDependencies": {
"@playwright/test": "^1.32.0",
"@woocommerce/woocommerce-rest-api": "^1.0.1",
"@wordpress/e2e-test-utils-playwright": "^0.19.2",
"@wordpress/env": "^10.3.0",
"@wordpress/scripts": "^27.2.5",
"allure-playwright": "^2.15.1",
"dotenv": "^16.4.5"
},
"packageManager": "pnpm@8.15.7+sha256.50783dd0fa303852de2dd1557cd4b9f07cb5b018154a6e76d0f40635d6cee019"
}