Spaces:
Sleeping
Sleeping
Create package.json
Browse files- package.json +20 -0
package.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "brelay",
|
| 3 |
+
"version": "1.0.0",
|
| 4 |
+
"description": "immutablehub cli relay",
|
| 5 |
+
"main": "index.js",
|
| 6 |
+
"type": "module",
|
| 7 |
+
"scripts": {
|
| 8 |
+
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
|
| 9 |
+
},
|
| 10 |
+
"author": "immutablehub",
|
| 11 |
+
"license": "ISC",
|
| 12 |
+
"dependencies": {
|
| 13 |
+
"@huggingface/hub": "^2.7.1",
|
| 14 |
+
"jsonwebtoken": "^9.0.3",
|
| 15 |
+
"p-limit": "^7.3.0",
|
| 16 |
+
"pinata": "^2.5.1",
|
| 17 |
+
"algoliasearch": "^5.52.1",
|
| 18 |
+
"mongodb": "^7.0.0",
|
| 19 |
+
}
|
| 20 |
+
}
|