FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
wp-crontrol/package.json at develop · johnbillion/wp-crontrol · GitHub
johnbillion
/
wp-crontrol
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
42
Star
226
Code
Issues
9
Pull requests
2
Actions
Wiki
Security and quality
2
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
wp-crontrol
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
29 lines (29 loc) · 1.32 KB
Breadcrumbs
wp-crontrol
/
package.json
Copy path
File metadata and controls
29 lines (29 loc) · 1.32 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"name"
:
"
wp-crontrol
"
,
"version"
:
"
1.21.1
"
,
"description"
:
"
Take control of the cron events on your WordPress website or WooCommerce store
"
,
"license"
:
"
GPL-2.0-or-later
"
,
"private"
:
true
,
"author"
:
"
John Blackbourn
"
,
"repository"
:
"
johnbillion/wp-crontrol
"
,
"homepage"
:
"
https://wp-crontrol.com
"
,
"engines"
: {
"node"
:
"
>=24
"
},
"devDependencies"
: {
"@johnbillion/plugin-infrastructure"
:
"
2.9.5
"
,
"@jsdevtools/version-bump-prompt"
:
"
6.1.0
"
,
"@playwright/test"
:
"
^1.55.0
"
,
"@types/node"
:
"
^24.3.0
"
,
"sharp-cli"
:
"
^5.2.0
"
,
"typescript"
:
"
^5.9.2
"
},
"scripts"
: {
"icons"
:
"
sharp -i .wordpress-org/icon.svg -o .wordpress-org/icon-128x128.png -f png --palette resize 128 128 && sharp -i .wordpress-org/icon.svg -o .wordpress-org/icon-256x256.png -f png --palette resize 256 256
"
,
"screenshots"
:
"
sharp -i .wordpress-org/screenshot-*.png -o .wordpress-org -f png --palette resize 1514 844
"
,
"version"
:
"
npm install # See https://github.com/JS-DevTools/version-bump-prompt/issues/42
"
,
"bump:patch"
:
"
bump patch --commit 'Version %s.' wp-crontrol.php package.json package-lock.json readme.txt
"
,
"bump:minor"
:
"
bump minor --commit 'Version %s.' wp-crontrol.php package.json package-lock.json readme.txt
"
,
"bump:major"
:
"
bump major --commit 'Version %s.' wp-crontrol.php package.json package-lock.json readme.txt
"
}
}
Back
|
FazBrowse Home
|
New Git URL