Linance / package.json
ka1kuk's picture
Update package.json
c3da0c5
raw
history blame
No virus
238 Bytes
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"cors": "^2.8.5",
"express": "^4.18.2",
"yahoo-finance2": "^2.8.1"
}
}