@emdaer/plugin-contributors-details-github
Version:
An emdaer plugin that gathers and renders contributor details from GitHub
29 lines (28 loc) • 748 B
JSON
{
"name": "@emdaer/plugin-contributors-details-github",
"description": "An emdaer plugin that gathers and renders contributor details from GitHub",
"version": "3.2.31",
"repository": "emdaer/emdaer",
"homepage": "https://emdaer.netlify.com/",
"keywords": [
"emdaer-plugin"
],
"license": "MIT",
"main": "./lib/index.js",
"scripts": {
"prepublish": "flow-remove-types -p src -i .test.js -d lib",
"preuninstall": "node ./scripts/preuninstall"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"fs-extra": "^8.1.0",
"glob": "^7.1.2",
"node-fetch": "^2.6.0"
},
"devDependencies": {
"flow-remove-types": "^2.122.0"
},
"gitHead": "cf05b8e63fd98ce07ed15ed7b72f16f93917c9bf"
}