Spaces:
Sleeping
Sleeping
Update package.json
Browse files- package.json +19 -18
package.json
CHANGED
|
@@ -1,18 +1,19 @@
|
|
| 1 |
-
{
|
| 2 |
-
"name": "
|
| 3 |
-
"version": "1.0.0",
|
| 4 |
-
"
|
| 5 |
-
"
|
| 6 |
-
"
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
"dependencies": {
|
| 11 |
-
"express": "^4.18.2",
|
| 12 |
-
"node-fetch": "^3.3.2",
|
| 13 |
-
"dotenv": "^16.3.1",
|
| 14 |
-
"cors": "^2.8.5",
|
| 15 |
-
"
|
| 16 |
-
"
|
| 17 |
-
|
| 18 |
-
}
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "grok2api",
|
| 3 |
+
"version": "1.0.0",
|
| 4 |
+
"main": "index.js",
|
| 5 |
+
"type": "module",
|
| 6 |
+
"scripts": {
|
| 7 |
+
"start": "node index.js"
|
| 8 |
+
},
|
| 9 |
+
"author": "yxmiler",
|
| 10 |
+
"dependencies": {
|
| 11 |
+
"express": "^4.18.2",
|
| 12 |
+
"node-fetch": "^3.3.2",
|
| 13 |
+
"dotenv": "^16.3.1",
|
| 14 |
+
"cors": "^2.8.5",
|
| 15 |
+
"form-data": "^4.0.0",
|
| 16 |
+
"puppeteer": "^22.8.2",
|
| 17 |
+
"uuid": "^9.0.0"
|
| 18 |
+
}
|
| 19 |
+
}
|