24 lines
500 B
JSON
24 lines
500 B
JSON
{
|
|
"name": "chat-api-demo",
|
|
"version": "1.0.0",
|
|
"description": "调用ai的demo",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"dev": "node --watch index.js",
|
|
"test": "echo \"No test configured\""
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://git@git.alboped.com:8022/alboped/chat-api-demo.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"dependencies": {
|
|
"dotenv": "^17.4.2",
|
|
"express": "^5.2.1"
|
|
}
|
|
}
|