You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lvgl/node/package.json

21 lines
392 B

{
"name": "node",
"version": "1.0.0",
"description": "",
"main": "2.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.12.2",
"cors": "^2.8.5",
"express": "^5.1.0",
"openai": "^5.21.0",
"socket.io": "^4.8.1"
}
}