Play / package.json2
Pubgbc9799's picture
Rename package.json to package.json2
2eb8c40 verified
raw
history blame contribute delete
323 Bytes
{
"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"
}