first submle
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "excli",
|
||||
"version": "1.0.0",
|
||||
"description": "一个具有更好记忆能力、输出能力和工具使用能力的 Agent CLI",
|
||||
"main": "src/index.js",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"excli": "./bin/cli.js"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node bin/cli.js",
|
||||
"dev": "node --watch bin/cli.js",
|
||||
"test": "node --test src/**/*.test.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"openai": "^4.28.0",
|
||||
"chalk": "^5.3.0",
|
||||
"ora": "^7.0.1",
|
||||
"dotenv": "^16.4.5",
|
||||
"pino": "^8.18.0",
|
||||
"pino-pretty": "^10.3.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user