tianlong12 commited on
Commit
69e140d
1 Parent(s): fc5eaf4

Update package.json

Browse files
Files changed (1) hide show
  1. package.json +17 -15
package.json CHANGED
@@ -1,15 +1,17 @@
1
- {
2
- "name": "perplexity-proxy",
3
- "version": "1.0.0",
4
- "description": "Perplexity AI Proxy for Hugging Face Space",
5
- "main": "index.js",
6
- "scripts": {
7
- "start": "node index.js"
8
- },
9
- "dependencies": {
10
- "express": "^4.17.1",
11
- "socket.io-client": "^4.5.1",
12
- "uuid": "^8.3.2",
13
- "proxy-agent": "^5.0.0"
14
- }
15
- }
 
 
 
1
+ {
2
+ "name": "pplx-proxy",
3
+ "version": "1.0.0",
4
+ "main": "index.js",
5
+ "scripts": {
6
+ "test": "echo \"Error: no test specified\" && exit 1"
7
+ },
8
+ "author": "",
9
+ "license": "ISC",
10
+ "description": "",
11
+ "dependencies": {
12
+ "express": "^4.19.2",
13
+ "proxy-agent": "^6.4.0",
14
+ "socket.io-client": "^4.7.5",
15
+ "uuid": "^9.0.1"
16
+ }
17
+ }