-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.17 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
{
"name": "vk-legacy-notice",
"version": "0.0.1",
"description": "You can make and register your original custom block patterns.",
"main": "gulpfile.js",
"scripts": {
"update": "ncu -u -x '@wordpress/env' && rm -rf node_modules package-lock.json && npm install",
"wp-env": "wp-env",
"build": "cd languages && wp i18n make-php . && cd ../",
"dist": "composer install --no-dev && gulp dist && composer install",
"zip": "cd dist && zip -r vk-legacy-notice.zip vk-legacy-notice && cd ../",
"phpunit": "composer install && wp-env run phpunit 'phpunit -c /var/www/html/wp-content/plugins/vk-legacy-notice/.phpunit.xml --testsuite default --verbose'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vektor-inc/vk-legacy-notice.git"
},
"author": "Vektor,Inc.",
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/vektor-inc/vk-legacy-notice/issues"
},
"homepage": "https://github.com/vektor-inc/vk-legacy-notice#readme",
"devDependencies": {
"@wordpress/env": "5.16.0",
"gulp": "^4.0.2",
"gulp-replace": "^1.1.4",
"npm-check-updates": "^16.10.12"
},
"volta": {
"node": "18.16.0"
}
}