PluginProbe ʕ •ᴥ•ʔ
Booking for Appointments and Events Calendar – Amelia / trunk
Booking for Appointments and Events Calendar – Amelia vtrunk
2.4.4 2.4.3 2.4.2 2.4.1 2.4 trunk 1.2.1 1.2.10 1.2.11 1.2.12 1.2.13 1.2.14 1.2.15 1.2.16 1.2.17 1.2.18 1.2.19 1.2.2 1.2.20 1.2.21 1.2.22 1.2.23 1.2.24 1.2.25 1.2.26 1.2.27 1.2.28 1.2.29 1.2.3 1.2.30 1.2.31 1.2.32 1.2.33 1.2.34 1.2.35 1.2.36 1.2.37 1.2.38 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 2.0 2.0.1 2.0.2 2.1 2.1.1 2.1.2 2.1.3 2.2 2.2.1 2.3
ameliabooking / vendor / wordpress / mcp-adapter / package.json
ameliabooking / vendor / wordpress / mcp-adapter Last commit date
includes 1 month ago LICENSE.md 1 month ago README.md 1 month ago composer.json 1 month ago composer.lock 1 month ago mcp-adapter.php 1 month ago package-lock.json 1 month ago package.json 1 month ago
package.json
38 lines
1 {
2 "name": "mcp-adapter",
3 "type": "module",
4 "private": true,
5 "repository": {
6 "type": "git",
7 "url": "git+https://github.com/WordPress/mcp-adapter.git"
8 },
9 "engines": {
10 "node": ">=20.10.0",
11 "npm": ">=10.2.3"
12 },
13 "devDependencies": {
14 "@wordpress/env": "^10.29.0",
15 "@wordpress/scripts": "^30.22.0",
16 "@wordpress/prettier-config": "^4.29.0"
17 },
18 "files": [
19 "includes",
20 "vendor",
21 "LICENSE",
22 "CHANGELOG.md",
23 "README.md",
24 "readme.txt",
25 "mcp-adapter.php"
26 ],
27 "scripts": {
28 "build": "wp-env run tests-cli --env-cwd=wp-content/plugins/$(basename \"$(pwd)\")/ composer install --no-dev --optimize-autoloader",
29 "plugin-zip": "wp-scripts plugin-zip",
30 "format": "wp-scripts format",
31 "lint:php": "wp-env run tests-cli --env-cwd=wp-content/plugins/$(basename \"$(pwd)\")/ composer run-script lint:php",
32 "lint:php:fix": "wp-env run tests-cli --env-cwd=wp-content/plugins/$(basename \"$(pwd)\")/ composer run-script lint:php:fix",
33 "lint:php:stan": "wp-env run tests-cli --env-cwd=wp-content/plugins/$(basename \"$(pwd)\")/ composer run-script lint:php:stan",
34 "test:php": "wp-env run tests-cli --env-cwd=wp-content/plugins/$(basename \"$(pwd)\")/ vendor/bin/phpunit -c phpunit.xml.dist",
35 "wp-env": "wp-env"
36 }
37 }
38