-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 841 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
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "smntcs-wapuu-widget",
"description": "Allows to customize the logo link.",
"author": "Niels Lange",
"license": "GPL-2.0-or-later",
"keywords": [
"WordPress",
"Plugin",
"SMNTCS Wapuu Widget"
],
"homepage": "https://github.com/nielslange/smntcs-wapuu-widget#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/nielslange/smntcs-wapuu-widget.git"
},
"bugs": {
"url": "https://github.com/nielslange/smntcs-wapuu-widget/issues"
},
"browserslist": [
"defaults"
],
"devDependencies": {
"@wordpress/env": "4.1.3",
"@wordpress/prettier-config": "1.1.1",
"eslint": "^8.6.0",
"npm-run-all": "4.1.5",
"prettier": "npm:[email protected]"
},
"scripts": {
"phpcbf": "composer phpcbf",
"phpcs": "composer phpcs",
"phplint": "composer phplint",
"test": "run-s phpcs phplint"
}
}