-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 1.16 KB
/
package.json
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
{
"name": "vk-link-target-controller",
"version": "1.3.1",
"description": "Allow you to link a post title from the recent posts list to another page (internal or external link) rather than link to the actual post page",
"scripts": {
"update": "ncu -u -x '@wordpress/env' && rm -rf node_modules package-lock.json && npm install",
"wp-env": "wp-env",
"build": "gulp replace_text_domain && gulp jsmin",
"jsmin": "gulp jsmin",
"test": "gulp test",
"phpunit": "composer install && wp-env run tests-cli --env-cwd='wp-content/plugins/vk-link-target-controller' vendor/bin/phpunit -c .phpunit.xml --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vektor-inc/vk-link-target-controller.git"
},
"author": "Vektor, Inc.",
"license": "GPL-2.0-only",
"bugs": {
"url": "https://github.com/vektor-inc/vk-link-target-controller/issues"
},
"homepage": "https://wordpress.org/plugins/vk-link-target-controller/",
"devDependencies": {
"@wordpress/env": "10.5.0",
"gulp": "^4.0.2",
"gulp-jsmin": "^0.1.5",
"gulp-jsvalidate": "^5.0.0",
"gulp-replace": "^1.1.4",
"npm-check-updates": "^16.10.12"
},
"volta": {
"node": "18.16.0"
}
}