-
-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.2 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.2 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
40
41
{
"name": "wp-graphql-gravity-forms",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/axewp/wp-graphql-gravity-forms.git"
},
"engines": {
"node": ">=22.21.1",
"npm": ">=10.9.4"
},
"files": [
"src",
"vendor",
"activation.php",
"deactivation.php",
"LICENSE",
"README.md",
"readme.txt",
"wp-graphql-gravity-forms.php"
],
"scripts": {
"plugin-zip": "wp-scripts plugin-zip",
"format": "wp-scripts format",
"lint:php": "wp-env run tests-cli --env-cwd=wp-content/plugins/$(basename \"$(pwd)\")/ -- composer run-script lint",
"lint:php:fix": "wp-env run tests-cli --env-cwd=wp-content/plugins/$(basename \"$(pwd)\")/ -- composer run-script format",
"lint:php:stan": "wp-env run tests-cli --env-cwd=wp-content/plugins/$(basename \"$(pwd)\")/ -- composer run-script phpstan",
"test:codecept": "wp-env run tests-cli --env-cwd=wp-content/plugins/$(basename \"$(pwd)\")/ -- vendor/bin/codecept",
"wp-env": "wp-env"
},
"devDependencies": {
"@wordpress/env": "^10.39.0",
"@wordpress/prettier-config": "^4.40.0",
"@wordpress/scripts": "^31.5.0"
},
"overrides": {
"webpack-dev-server@<=5.2.0": ">=5.2.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}