UNPKG

wrap-git

Version:

Wraps GitHub profile and provides summarized details about repos, commits and language coverages for a given profile.

34 lines (33 loc) 785 B
{ "name": "wrap-git", "version": "2.0.4", "homepage": "https://smachewgedefaw.vercel.app", "repository": { "url": "https://github.com/sgc93/wrap-git-ts" }, "description": "Wraps GitHub profile and provides summarized details about repos, commits and language coverages for a given profile.", "main": "./dist/index.js", "types": "./dist/types/index.d.ts", "module": "./dist/index.mjs", "scripts": { "build": "tsc -p ./tsconfig.json", "prepack": "npm run build" }, "files": [ "dist/**/*" ], "keywords": [ "git", "git-summarizer", "git-wrapper", "github-api-wrapper", "git-wrapper-ts", "git-wrapper-js" ], "author": "", "license": "MIT", "type": "module", "devDependencies": { "typescript": "^5.9.3" } }