diff --git a/README.md b/README.md
index 137935c..c9a3f49 100644
--- a/README.md
+++ b/README.md
@@ -241,6 +241,16 @@ Socket created:
[MIT](LICENSE)
+
+
## Contributors
-[![](https://ergatejs.implements.io/badges/contributors/node-modules/agentkeepalive.svg?size=96)](https://github.com/node-modules/agentkeepalive/graphs/contributors)
+|[
fengmk2](https://github.com/fengmk2)
|[
dead-horse](https://github.com/dead-horse)
|[
AndrewLeedham](https://github.com/AndrewLeedham)
|[
ngot](https://github.com/ngot)
|[
aaronArinder](https://github.com/aaronArinder)
|[
alexpenev-s](https://github.com/alexpenev-s)
|
+| :---: | :---: | :---: | :---: | :---: | :---: |
+|[
DylanPiercey](https://github.com/DylanPiercey)
|[
cixel](https://github.com/cixel)
|[
HerringtonDarkholme](https://github.com/HerringtonDarkholme)
|[
denghongcai](https://github.com/denghongcai)
|[
kibertoad](https://github.com/kibertoad)
|[
pangorgo](https://github.com/pangorgo)
|
+|[
mattiash](https://github.com/mattiash)
|[
pmalouin](https://github.com/pmalouin)
|[
SimenB](https://github.com/SimenB)
|[
vinaybedre](https://github.com/vinaybedre)
|[
starkwang](https://github.com/starkwang)
|[
killagu](https://github.com/killagu)
|
+[
tony-gutierrez](https://github.com/tony-gutierrez)
|[
whxaxes](https://github.com/whxaxes)
+
+This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Mon Feb 21 2022 23:05:27 GMT+0800`.
+
+
diff --git a/package.json b/package.json
index efa561d..880b326 100644
--- a/package.json
+++ b/package.json
@@ -11,6 +11,7 @@
"lib"
],
"scripts": {
+ "contributor": "git-contributor",
"test": "npm run lint && egg-bin test --full-trace",
"test-local": "egg-bin test --full-trace",
"cov": "cross-env DEBUG=agentkeepalive egg-bin cov --full-trace",
@@ -47,6 +48,7 @@
"egg-ci": "^1.10.0",
"eslint": "^5.7.0",
"eslint-config-egg": "^7.1.0",
+ "git-contributor": "^1.0.10",
"mm": "^2.4.1",
"pedding": "^1.1.0",
"typescript": "^3.8.3"
@@ -61,6 +63,6 @@
},
"version": "8, 10, 12, 14, 16"
},
- "author": "fengmk2 (https://fengmk2.com)",
+ "author": "fengmk2 (https://github.com/fengmk2)",
"license": "MIT"
}