-
-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
25 lines (25 loc) · 818 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
{
"name": "wp-graphql-yoast-seo",
"version": "4.22.5",
"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",
"prepare": "husky install"
},
"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.18.7",
"husky": ">=8.0.1",
"lint-staged": ">=13.0.1",
"prettier": "^2.6.2"
}
}