-
-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
23 lines (23 loc) · 998 Bytes
/
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
{
"name": "user-switching",
"version": "1.9.1",
"description": "Instant switching between user accounts in WordPress.",
"license": "GPL-2.0-or-later",
"private": true,
"author": "John Blackbourn",
"repository": "johnbillion/user-switching",
"homepage": "https://github.com/johnbillion/user-switching",
"engines": {
"node": ">=18"
},
"devDependencies": {
"@jsdevtools/version-bump-prompt": "^6.1.0",
"sharp-cli": "^4.0.0"
},
"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",
"bump:patch": "bump patch --commit 'Version %s.' --tag '%s' user-switching.php package.json readme.txt",
"bump:minor": "bump minor --commit 'Version %s.' --tag '%s' user-switching.php package.json readme.txt",
"bump:major": "bump major --commit 'Version %s.' --tag '%s' user-switching.php package.json readme.txt"
}
}