File size: 323 Bytes
d32842c
 
 
 
 
 
 
 
 
 
 
53473c8
d32842c
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "render3",
  "version": "1.0.0",
  "description": "JNVU Admit Card Downloader Backend",
  "main": "index.js",
  "scripts": {
    "start": "node index.js"
  },
  "dependencies": {
    "cors": "^2.8.5",
    "express": "^4.19.2",
    "playwright": "^1.60.0"
  },
  "author": "RajasthaniBoyz",
  "license": "ISC"
}