-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.91 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.91 KB
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
39
{
"name": "wp-pinch",
"version": "3.1.2",
"description": "OpenClaw + WordPress integration plugin",
"private": true,
"scripts": {
"build": "wp-scripts build",
"start": "wp-scripts start",
"lint:js": "wp-scripts lint-js",
"lint:css": "wp-scripts lint-style",
"test": "wp-scripts test-unit-js",
"test:e2e": "wp-scripts test-playwright",
"test:plugin-check": "wp-env start --update && wp-env run cli wp plugin install plugin-check --activate && wp-env run cli wp plugin activate wp-pinch && wp-env run cli wp plugin check wp-pinch --format=json --ignore-warnings --ignore-codes=PluginCheck.Info.trademarked_term --exclude-directories=tests,bin,.github,.cursor,plans,releases,dist,node_modules,src --exclude-files=.wp-env.json,.editorconfig,.gitignore,.eslintignore,.phpunit.result.cache,.DS_Store,languages/.gitkeep,phpstan.neon.dist,phpcs.xml.dist,phpcs-tests.xml.dist,phpunit.xml.dist,infection.json.dist,CODE_OF_CONDUCT.md,RELEASE.md,SKILL.md,AGENTS.md,.cursorrules,wp-pinch-2.5.0.zip,wp-pinch-2.7.0.zip,wp-pinch-3.0.4.zip,wp-pinch-3.0.5.zip,wp-pinch-3.0.6.zip,wp-pinch-3.0.7.zip,wp-pinch-3.1.0.zip --require=./wp-content/plugins/plugin-check/cli.php",
"wp-env": "wp-env",
"test:php": "wp-env run cli --env-cwd=wp-content/plugins/wp-pinch vendor/bin/phpunit --testdox"
},
"devDependencies": {
"@playwright/test": "^1.59.1",
"@wordpress/e2e-test-utils-playwright": "^1.40.0",
"@wordpress/env": "^11.3.0",
"@wordpress/scripts": "^31.8.0"
},
"dependencies": {
"@wordpress/block-editor": "^15.15.0",
"@wordpress/blocks": "^15.13.0",
"@wordpress/components": "^32.2.0",
"@wordpress/element": "^6.43.0",
"@wordpress/i18n": "^6.18.0",
"@wordpress/interactivity": "^6.43.0"
},
"overrides": {
"lodash-es": "^4.18.1",
"simple-git": "3.33.0",
"webpack-dev-server": "^5.2.1",
"glob": "^13.0.0",
"fast-xml-parser": "^5.5.8",
"svgo": "3.3.3"
}
}