Trifecta / package.json
AmithAdiraju1694
First commit of Trifect Front end Node JS APP
c558ad2
raw
history blame contribute delete
292 Bytes
{
"name": "trifecta-obs-mock",
"private": true,
"version": "0.1.0",
"type": "commonjs",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.22.1",
"sharp": "^0.33.4",
"tar-stream": "^3.1.7",
"ws": "^8.19.0",
"yaml": "^2.8.2"
}
}