UNPKG

github-user-data

Version:
33 lines (32 loc) 730 B
{ "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" } }