Spaces:
Running
Running
tianlong12
commited on
Update package.json
Browse files- package.json +17 -15
package.json
CHANGED
@@ -1,15 +1,17 @@
|
|
1 |
-
{
|
2 |
-
"name": "
|
3 |
-
"version": "1.0.0",
|
4 |
-
"
|
5 |
-
"
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
"
|
10 |
-
|
11 |
-
|
12 |
-
"
|
13 |
-
"proxy-agent": "^
|
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 |
+
}
|