-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
37 lines (37 loc) · 1.08 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
34
35
36
37
{
"name": "social-warfare",
"version": "4.5.4",
"license": "GPL-2.0-or-later",
"repository": "https://github.com/warfare-plugins/social-warfare",
"description": "The most beautiful, responsive, lightning fast social share buttons built to boost shares and drive more traffic without slowing down your site.",
"scripts": {
"start": "wp-scripts start",
"build": "wp-scripts build",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"makepot": "wpi18n makepot && echo '.pot file updated'",
"env": "wp-env",
"env:start": "wp-env start",
"env:stop": "wp-env stop",
"env:destroy": "wp-env destroy"
},
"lint-staged": {
"*.php": [
"./vendor/bin/phpcs --extensions=php --warning-severity=8 -s --runtime-set testVersion 7.4"
]
},
"author": {
"name": "Warfare Plugins, Inc.",
"email": "[email protected]",
"url": "https://warfareplugins.com",
"role": "developer"
},
"devDependencies": {
"@wordpress/env": "^10.5.0",
"@wordpress/scripts": "^28.5.0"
},
"dependencies": {
"@wordpress/icons": "^10.5.0"
}
}