mirror of
https://github.com/lvguanjun/foward_conversation.git
synced 2026-06-05 21:02:57 +08:00
13 lines
235 B
JSON
13 lines
235 B
JSON
{
|
|
"name": "vercel-api-project",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"start": "node api/conversation.js"
|
|
},
|
|
"dependencies": {
|
|
"node-fetch": "^2.6.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
} |