codestats-readme/package.json
dependabot[bot] 420552f8c4
chore(deps): bump node-fetch from 2.6.7 to 3.3.1
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.7 to 3.3.1.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.7...v3.3.1)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-26 16:21:13 +00:00

33 lines
806 B
JSON

{
"name": "github-readme-stats",
"version": "1.0.0",
"description": "Dynamically generate stats for your github readmes",
"main": "index.js",
"scripts": {
"dev": "ts-node ./index.ts",
"build": "tsc --project ./tsconfig.json",
"start": "node dist/index.js",
"theme-readme-gen": "ts-node scripts/generate-theme-doc"
},
"author": "Anurag Hazra",
"license": "MIT",
"devDependencies": {
"@types/express": "^4",
"@types/node-fetch": "^2",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^5",
"@typescript-eslint/parser": "^5",
"eslint": "^8",
"ts-node": "^10"
},
"dependencies": {
"@dzeio/config": "^1.1.8",
"express": "^4",
"node-fetch": "^3",
"react": "^18",
"react-dom": "^18",
"typescript": "^4",
"word-wrap": "^1"
}
}