-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 904 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 904 Bytes
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
{
"name": "query-loop-exclude-posts",
"version": "1.1.0",
"main": "query-loop-exclude-posts.js",
"scripts": {
"build": "wp-scripts build",
"start": "wp-scripts start",
"plugin-zip": "wp-scripts plugin-zip",
"test": "wp-scripts test-unit-js",
"test:php": "wp-env run tests-cli -- /var/www/html/wp-content/plugins/query-loop-exclude-posts/vendor/bin/phpunit -c /var/www/html/wp-content/plugins/query-loop-exclude-posts/phpunit.xml.dist",
"test:e2e": "wp-scripts test-playwright",
"wp-env": "wp-env"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@wordpress/e2e-test-utils-playwright": "^1.23.0",
"@wordpress/env": "^10.10.0",
"@wordpress/scripts": "^30.16.0",
"jest": "^29.7.0",
"playwright": "^1.52.0"
}
}