-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1 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": "impress-wordpress-plugin",
"version": "1.0.1",
"description": "Support Filtering Search of keyword, post-type and taxonomy.",
"main": "gulpfile.js",
"scripts": {
"start": "npm install && composer install && npx wp-env start",
"update": "ncu -u && rm -rf node_modules && npm install",
"wp-env": "wp-env",
"dist": "composer install --no-dev && gulp dist",
"phpunit": "npx wp-env run phpunit \"phpunit -c /var/www/html/wp-content/plugins/impress-wordpress-plugin/.phpunit.xml --testsuite default --verbose\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/vektor-inc/vk-filter-search-pro.git"
},
"author": "Vektor, Inc.",
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/vektor-inc/vk-filter-search-pro/issues"
},
"homepage": "https://github.com/vektor-inc/vk-filter-search-pro#readme",
"devDependencies": {
"@wordpress/env": "^5.13.0",
"gulp": "^4.0.2",
"npm-check-updates": "^16.7.10"
},
"volta": {
"node": "16.15.1",
"npm": "8.12.1"
}
}