-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.12 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
{
"name": "vk-pattern-directory-creator",
"version": "0.1.0",
"description": "Support Filtering Search of keyword, post-type and taxonomy.",
"main": "gulpfile.js",
"scripts": {
"start:first": "npm install && composer install && wp-env start",
"wp-env": "wp-env",
"update": "npx ncu -u && rm -rf node_modules package-lock.json && npm install",
"format": "wp-scripts format",
"phpunit": "composer install && bash bin/install-theme.sh && npx wp-env run phpunit \"phpunit -c /var/www/html/wp-content/plugins/vk-pattern-directory-creator/.phpunit.xml --testsuite default --verbose\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/vektor-inc/vk-pattern-directory-creator.git"
},
"author": "Vektor, Inc.",
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/vektor-inc/vk-pattern-directory-creator/issues"
},
"homepage": "https://github.com/vektor-inc/vk-pattern-directory-creator#readme",
"devDependencies": {
"@playwright/test": "^1.39.0",
"@wordpress/env": "^8.11.0",
"@wordpress/scripts": "^26.16.0",
"npm-check-updates": "^16.14.6"
},
"volta": {
"node": "20.9.0"
}
}