- Add full Telegram bot functionality with Z.AI API integration
- Implement 4 tools: Bash, FileEdit, WebSearch, Git
- Add 3 agents: Code Reviewer, Architect, DevOps Engineer
- Add 6 skills for common coding tasks
- Add systemd service file for 24/7 operation
- Add nginx configuration for HTTPS webhook
- Add comprehensive documentation
- Implement WebSocket server for real-time updates
- Add logging system with Winston
- Add environment validation
🤖 zCode CLI X - Agentic coder with Z.AI + Telegram integration
43 lines
636 B
JSON
43 lines
636 B
JSON
{
|
|
"name": "p-try",
|
|
"version": "2.2.0",
|
|
"description": "`Start a promise chain",
|
|
"license": "MIT",
|
|
"repository": "sindresorhus/p-try",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava && tsd"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"keywords": [
|
|
"promise",
|
|
"try",
|
|
"resolve",
|
|
"function",
|
|
"catch",
|
|
"async",
|
|
"await",
|
|
"promises",
|
|
"settled",
|
|
"ponyfill",
|
|
"polyfill",
|
|
"shim",
|
|
"bluebird"
|
|
],
|
|
"devDependencies": {
|
|
"ava": "^1.4.1",
|
|
"tsd": "^0.7.1",
|
|
"xo": "^0.24.0"
|
|
}
|
|
}
|