yarn-ng/package.json

22 lines
447 B
JSON

{
"name": "yarn",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@themaximalist/llm.js": "^1.0.3",
"cookie-parser": "^1.4.7",
"express": "^5.2.1",
"node-fetch": "^3.3.2",
"socket.io": "^4.8.3",
"uuid": "^13.0.0"
}
}