EternalAI/hermes-server/package.json

18 lines
427 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "hermes-server",
"version": "1.0.0",
"description": "Hermes Server — 接收 EternalAI 同步请求,创建 profile生成二维码绑定微信",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "node --watch server.js"
},
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^17.2.0",
"express": "^5.2.1",
"jsonwebtoken": "^9.0.2",
"qrcode": "^1.5.4"
}
}