notamitgamer

It's my profile man, there is ...
Log | Files | Refs | README

commit a9686a1620733ea43215bdf759361c4960731060
parent 672626f9f0a64bd71842dcfa16e898afe5d350b0
Author: Amit Dutta <amitdutta4255@gmail.com>
Date:   Fri,  5 Sep 2025 18:29:19 +0530

Create package.json
Diffstat:
Apackage.json | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/package.json b/package.json @@ -0,0 +1,14 @@ +{ +"name": "jdoodle-proxy", +"version": "1.0.0", +"description": "A proxy server to run code via JDoodle API", +"main": "server.js", +"scripts": { +"start": "node server.js" +}, +"dependencies": { +"cors": "^2.8.5", +"express": "^4.18.2", +"node-fetch": "^3.3.2" +} +}
© 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