myfari/package.json
zhangkun9038@dingtalk.com 0c645b3800 first add
2025-03-17 10:09:54 +08:00

16 lines
258 B
JSON

{
"name": "chat-api",
"version": "1.0.0",
"description": "Chat API with Node.js",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.18.2",
"axios": "^1.6.2",
"cors": "^2.8.5"
}
}