pplx-proxy / package.json
tianlong12's picture
Create package.json
fc5eaf4 verified
raw
history blame
354 Bytes
{
"name": "perplexity-proxy",
"version": "1.0.0",
"description": "Perplexity AI Proxy for Hugging Face Space",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"express": "^4.17.1",
"socket.io-client": "^4.5.1",
"uuid": "^8.3.2",
"proxy-agent": "^5.0.0"
}
}