Spaces:
Sleeping
Sleeping
| { | |
| "name": "vasuki-engine", | |
| "version": "1.0.0", | |
| "type": "module", | |
| "dependencies": { | |
| "express": "^4.18.2", | |
| "node-llama-cpp": "^3.0.0-beta.1", | |
| "cheerio": "^1.0.0-rc.12", | |
| "cors": "^2.8.5" | |
| }, | |
| "scripts": { | |
| "start": "node index.js" | |
| } | |
| } |