Nexstream / package.json
ejjays's picture
deploy: initial backend migration to Hugging Face
9e699db
Raw
History Blame Contribute Delete
464 Bytes
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@google/genai": "^1.35.0",
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"express": "^5.2.1",
"node-fetch": "^3.3.2",
"spotify-url-info": "^3.2.18"
}
}