cookiesvr / package.json
cfoo
Create package.json
2573ce9 verified
raw
history blame
201 Bytes
{
"name": "vercel-node-app",
"version": "1.0.0",
"scripts": {
"build": "node index.js"
},
"dependencies": {
"axios": "^0.24.0",
"express": "^4.17.2",
"vercel": "^23.1.2"
}
}