Spaces:
Sleeping
Sleeping
| { | |
| "name": "backendrelay", | |
| "version": "1.0.0", | |
| "description": "immutablehub cli relay", | |
| "main": "index.js", | |
| "type": "module", | |
| "scripts": { | |
| "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js" | |
| }, | |
| "author": "immutablehub", | |
| "license": "ISC", | |
| "dependencies": { | |
| "@huggingface/hub": "^2.7.1", | |
| "jsonwebtoken": "^9.0.3", | |
| "p-limit": "^7.3.0", | |
| "pinata": "^2.5.1", | |
| "algoliasearch": "^5.52.1", | |
| "mongodb": "^7.0.0", | |
| "express":"4.22.2" | |
| } | |
| } | |