forked from thisAdo/agent_adonix
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.32 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "zyn-ai",
"version": "1.3.7",
"description": "Production-ready AI agent for CLI and web with real tool execution and automation",
"author": "Maycol",
"keywords": [
"ai-agent",
"cli-ai",
"terminal-ai",
"automation-agent",
"developer-tools",
"ai-cli",
"nodejs-cli",
"productivity-tool",
"local-ai-agent",
"command-line-ai",
"web-ai-agent",
"zyn"
],
"bin": {
"zyn": "./zyn.js",
"Zyn": "./zyn.js"
},
"type": "commonjs",
"scripts": {
"start": "node zyn.js",
"dev": "node zyn.js",
"web": "node src/web/server.js",
"check": "node --check zyn.js && node --check src/cli/runtime.js"
},
"dependencies": {
"axios": "^1.7.9",
"bcryptjs": "^3.0.3",
"cheerio": "^1.2.0",
"express": "^5.2.1",
"express-session": "^1.19.0",
"ink": "^6.8.0",
"react": "^19.0.0",
"session-file-store": "^1.5.0",
"jimp": "^1.6.1"
},
"repository": {
"type": "git",
"url": "https://github.com/SoyMaycol/Zyn"
},
"homepage": "https://github.com/SoyMaycol/Zyn#readme",
"bugs": {
"url": "https://github.com/SoyMaycol/Zyn/issues"
},
"engines": {
"node": ">=18"
},
"license": "MIT",
"files": [
"zyn.js",
"src/",
"README.md",
"LICENSE"
],
"exports": {
".": "./zyn.js"
},
"preferGlobal": true
}