-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.52 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "wp-graphql-gravatar",
"version": "1.1.1",
"description": "Add a WP GraphQL field containing the Gravatar url of the comment author.",
"author": "Armand Philippot",
"license": "GPL-2.0-or-later",
"homepage": "https://github.com/ArmandPhilippot/wp-graphql-gravatar#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ArmandPhilippot/wp-graphql-gravatar.git"
},
"bugs": {
"url": "https://github.com/ArmandPhilippot/wp-graphql-gravatar/issues"
},
"keywords": [
"WordPress",
"GraphQL",
"Gravatar",
"plugin"
],
"scripts": {
"bump": "npm-run-all --parallel bump:*",
"bump:plugin": "replace-in-file --configFile=tools/bump/php-comment.js",
"bump:constant": "replace-in-file --configFile=tools/bump/php-constant.js",
"bump:readme": "replace-in-file --configFile=tools/bump/readme.js",
"release": "standard-version -a -s",
"translate": "node ./tools/translate.js",
"zip": "node ./tools/zip.js"
},
"devDependencies": {
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^15.0.0",
"@wordpress/browserslist-config": "^4.1.0",
"@wordpress/prettier-config": "^1.1.0",
"archiver": "^5.3.0",
"browserslist": "^4.16.8",
"dotenv": "^10.0.0",
"dotenv-expand": "^5.1.0",
"husky": "^7.0.2",
"lint-staged": "^13.2.1",
"npm-run-all": "^4.1.5",
"prettier": "npm:wp-prettier@^2.2.1-beta-1",
"replace-in-file": "^6.2.0",
"standard-version": "^9.3.1",
"wp-pot": "^1.9.9"
},
"standard-version": {
"scripts": {
"postbump": "npm run bump && git add -A"
}
}
}