UNPKG

@msh-01/react-github-activity

Version:

A beautifully designed, highly customizable React component for displaying GitHub contribution graphs with TypeScript support

66 lines (65 loc) 1.61 kB
{ "name": "@msh-01/react-github-activity", "version": "2.0.2", "description": "A beautifully designed, highly customizable React component for displaying GitHub contribution graphs with TypeScript support", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsup src/index.ts --format cjs,esm --dts --clean", "dev": "tsup src/index.ts --format cjs,esm --dts --watch", "type-check": "tsc --noEmit", "lint": "tsc --noEmit && echo 'Type checking passed'", "prepublishOnly": "npm run build" }, "keywords": [ "react", "github", "contributions", "activity", "graph", "calendar", "component", "typescript", "shadcn", "tailwind", "nextjs", "contributions-graph", "github-activity", "ui-component" ], "author": "msh-01", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/msh-01/react-github-activity.git" }, "homepage": "https://github.com/msh-01/react-github-activity#readme", "bugs": { "url": "https://github.com/msh-01/react-github-activity/issues" }, "engines": { "node": ">=16.0.0" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "devDependencies": { "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "react": "^18.0.0", "react-dom": "^18.0.0", "tsup": "^8.0.0", "typescript": "^5.0.0" }, "dependencies": { "clsx": "^2.0.0" }, "sideEffects": false }