Spaces:
Running
Running
File size: 341 Bytes
69e140d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
{
"name": "pplx-proxy",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"express": "^4.19.2",
"proxy-agent": "^6.4.0",
"socket.io-client": "^4.7.5",
"uuid": "^9.0.1"
}
}
|