Spaces:
Running
Running
Create package.json
Browse files- package.json +8 -0
package.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "groq-proxy",
|
3 |
+
"type": "module",
|
4 |
+
"dependencies": {
|
5 |
+
"express": "^4.18.2",
|
6 |
+
"node-fetch": "^3.3.2"
|
7 |
+
}
|
8 |
+
}
|