-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1015 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
{
"name": "smntcs-pinterest-save-button",
"version": "1.0.0",
"description": "Adds a Pinterest Save Button to your images that becomes visible when a visitor hovers the image.",
"author": "Niels Lange",
"license": "GPL-2.0-or-later",
"keywords": [
"WordPress",
"Plugin",
"SMNTCS Pinterest Save Button"
],
"homepage": "https://github.com/nielslange/smntcs-pinterest-save-button#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/nielslange/smntcs-pinterest-save-button.git"
},
"bugs": {
"url": "https://github.com/nielslange/smntcs-pinterest-save-button/issues"
},
"devDependencies": {
"@wordpress/prettier-config": "3.5.0",
"@wordpress/scripts": "^5.0.0",
"eslint": "8.56.0",
"npm-run-all": "4.1.5"
},
"scripts": {
"lint:pkg-json": "wp-scripts lint-pkg-json",
"test": "npm-run-all --parallel phpcs phplint psalm",
"phpcbf": "composer run phpcbf",
"phpcs": "composer run phpcs",
"phplint": "composer run phplint",
"psalm": "composer run psalm"
}
}