gh-recent-activity
Version:
Get user's github activity
23 lines (22 loc) • 430 B
JSON
{
"name": "gh-recent-activity",
"version": "1.1.2",
"type": "module",
"description": "Get user's github activity",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"github",
"recent",
"activity",
"events"
],
"typings": "./index.d.ts",
"author": "Akul Srivastava",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1"
}
}