bsc

Comprehensive codebase and cou...
Log | Files | Refs | README | LICENSE

commit e11a37be8e1da615b3b79e0e10480ab1d277723b
parent d7077b0cc8d501488908ab4da523813df8bcc698
Author: Amit Dutta <amitdutta4255@gmail.com>
Date:   Wed,  3 Sep 2025 21:05:10 +0530

Update package.json
Diffstat:
Mpackage.json | 12+++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/package.json b/package.json @@ -1,13 +1,16 @@ { -"name": "bsc-portfolio-backend", +"name": "bsc-portfolio-api", "version": "1.0.0", -"description": "Backend for fetching GitHub data to avoid rate limits.", +"description": "A backend API to fetch data from GitHub for the bsc-portfolio website.", "main": "server.js", "scripts": { "start": "node server.js" }, +"author": "Amit Dutta", +"license": "MIT", "dependencies": { +"cors": "^2.8.5", "express": "^4.19.2", -"cors": "^2.8.5" +"node-fetch": "^2.7.0" +} } -}- \ No newline at end of file
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror