UNPKG

github-automated-repos

Version:

The library, ReactJS, that gives you the power to control / automate your GitHub data, your projects on the portfolio / website, in your own GitHub in one place!

98 lines (95 loc) 3.22 kB
{ "name": "github-automated-repos", "version": "1.3.1", "description": "The library, ReactJS, that gives you the power to control / automate your GitHub data, your projects on the portfolio / website, in your own GitHub in one place!", "author": { "name": "Diego Arthur @digoarthur", "url": "https://www.linkedin.com/in/digoarthur/", "github": "https://github.com/DIGOARTHUR" }, "repository": { "type": "npmjs", "url": "https://www.npmjs.com/package/github-automated-repos", "directory": "https://github.com/DIGOARTHUR/github-automated-repos" }, "bugs": { "url": "https://github.com/DIGOARTHUR/github-automated-repos/issues" }, "homepage": "https://github-automated-repos.vercel.app", "license": "MIT", "main": "index.js", "scripts": { "commit": "git-cz", "clean": "rm -rf dist", "build": "npm run clean && tsc && cp package.json README.md ./dist", "yalc:update": "npx yalc push --scripts --update --replace", "lint": "eslint .", "lint:fix": "eslint --fix .", "lint-staged": "lint-staged" }, "lint-staged": { "*.{ts,tsx}": [ "yarn lint:fix", "git add ." ] }, "keywords": [ "reactjs-library", "github-integration", "github-api", "repositories-automation", "github-repos-display", "developer-portfolio", "github-portfolio", "portfolio-automation", "project-showcase", "react-hook", "javascript-library", "frontend-library", "react-query-support", "automate-projects", "manage-repositories", "github-topics", "dynamic-content", "open-source-tools", "developer-tools", "npm-library", "react-libraries" ], "devDependencies": { "@commitlint/cli": "^17.4.2", "@commitlint/config-conventional": "^17.4.2", "@types/react": "^18.3.12", "@typescript-eslint/eslint-plugin": "^5.50.0", "@typescript-eslint/parser": "^5.50.0", "commitizen": "^4.3.0", "cz-conventional-changelog": "^3.3.0", "eslint": "^8.33.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb-typescript": "^17.0.0", "eslint-config-prettier": "^8.6.0", "eslint-import-resolver-typescript": "^3.5.3", "eslint-plugin-import": "^2.25.3", "eslint-plugin-import-helpers": "^1.3.1", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-jsx-fragments": "^0.2.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.28.0", "eslint-plugin-react-hooks": "^4.3.0", "eslint-plugin-typescript": "^0.14.0", "lint-staged": "^13.1.0", "prettier": "^2.8.3", "react": "^18.3.1", "react-dom": "^18.3.1", "typescript": "^5.7.2" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "dependencies": { "@tanstack/react-query": "^5.61.5", "@types/react-dom": "^18.3.1" } }