github-user-data
Version:
Simple Github API wrapper
33 lines (32 loc) • 730 B
JSON
{
"name": "github-user-data",
"version": "1.2.0",
"description": "Simple Github API wrapper",
"type": "module",
"main": "index.js",
"scripts": {
"dev": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wodosharlatan/Github-User-Data-Fetch.git"
},
"keywords": [
"GITHUB",
"API",
"PROFILE",
"GITHUB-USER-DATA",
"GITHUB-DATA",
"API-WRAPPER"
],
"author": "Tomáš Bosák",
"license": "MIT",
"bugs": {
"url": "https://github.com/wodosharlatan/Github-User-Data-Fetch/issues"
},
"homepage": "https://github.com/wodosharlatan/Github-User-Data-Fetch#readme",
"dependencies": {
"axios": "^1.3.4",
"log-symbols": "^5.1.0"
}
}