-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 824 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 824 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": "acf-options-for-polylang",
"version": "2.0.0",
"description": "Add ACF options page support for Polylang.",
"scripts": {
"wp-env": "wp-env",
"wp-env:start": "wp-env start",
"wp-env:stop": "wp-env stop",
"wp-env:clean": "wp-env clean",
"test:unit": "wp-env run tests-cli --env-cwd=wp-content/plugins/acf-options-for-polylang \"./vendor/bin/phpunit\"",
"test:unit:watch": "wp-env run tests-cli --env-cwd=wp-content/plugins/acf-options-for-polylang \"./vendor/bin/phpunit --testdox\"",
"test:setup": "npm install && composer install"
},
"devDependencies": {
"@wordpress/env": "^10.0.0"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=8.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/BeAPI/acf-options-for-polylang"
},
"author": "Be API",
"license": "GPL-3.0+"
}