codes / package.json
fast72's picture
Update package.json
9279a4e verified
raw
history blame contribute delete
159 Bytes
{
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "*",
"axios": "*",
"cheerio": "*"
}
}