CoolFace
Apppublic

miaodaixu/node_js_ai

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes
package.json31 linesDownload Raw Back to root
1{2  "name": "server1",3  "version": "1.0.0",4  "description": "",5  "main": "index.js",6  "scripts": {7    "test": "echo \"Error: no test specified\" && exit 1"8  },9  "author": "",10  "license": "ISC",11  "dependencies": {12    "axios": "^1.4.0",13    "chatgpt": "^5.2.5",14    "dayjs": "^1.11.8",15    "fs": "^0.0.1-security",16    "http": "^0.0.1-security",17    "isomorphic-fetch": "^3.0.0",18    "koa": "^2.14.2",19    "koa-bodyparser": "^4.4.0",20    "koa-router": "^12.0.0",21    "koa-session": "^6.4.0",22    "koa-static": "^5.0.0",23    "moment": "^2.29.4",24    "openai": "^3.3.0",25    "path": "^0.12.7",26    "request": "^2.88.2",27    "stream": "^0.0.2",28    "tesseract.js": "^4.1.1"29  }30}31