forked from ashhitch/wp-graphql-yoast-seo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 966 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
{
"name": "wp-graphql-yoast-seo",
"version": "4.13.1",
"description": "A WPGraphQL Extension that adds support for Yoast SEO",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prettier": "prettier wp-graphql-yoast-seo.php --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ashhitch/wp-graphql-yoast-seo.git"
},
"author": "Ash Hitchcock",
"bugs": {
"url": "https://github.com/ashhitch/wp-graphql-yoast-seo/issues"
},
"homepage": "https://github.com/ashhitch/wp-graphql-yoast-seo#readme",
"devDependencies": {
"@prettier/plugin-php": "^0.14.2",
"husky": ">=4",
"lint-staged": ">=10",
"prettier": "^2.0.5"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,css,md,php}": "prettier wp-graphql-yoast-seo.php --write"
}
}