-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 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
{
"author": "buddypress",
"bugs": {
"url": "https://github.com/buddypress/bp-beta-tester/issues"
},
"description": "A plugin to switch between stable, beta or RC versions of BuddyPress.",
"engines": {
"node": ">=20.10.0",
"npm": ">=10.2.3"
},
"scripts": {
"wpcs": "./vendor/bin/phpcs class-bp-beta-tester.php inc/*.php --standard=WordPress",
"win:wpcs": ".\\vendor\\bin\\phpcs class-bp-beta-tester.php .\\inc --extensions=php --standard=WordPress",
"pot": "wp i18n make-pot . languages/bp-beta-tester.pot --headers='{\"Report-Msgid-Bugs-To\": \"https://github.com/buddypress/bp-beta-tester/issues\", \"Last-Translator\": \"imath <[email protected]>\", \"Language-Team\": \"ENGLISH\"}'"
},
"keywords": [
"buddypress",
"beta",
"RC",
"test",
"betatest"
],
"homepage": "https://github.com/buddypress/bp-beta-tester",
"license": "GPL-2.0+",
"name": "bp-beta-tester",
"repository": {
"type": "git",
"url": "https://github.com/buddypress/bp-beta-tester.git"
},
"version": "1.3.0"
}