-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 944 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 944 Bytes
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
{
"name": "clioloop-agent",
"version": "0.1.0",
"description": "Clioloop is a self-improving AI agent that creates skills from experience, improves them during use, and runs anywhere.",
"private": true,
"workspaces": [
"apps/*",
"packages/*",
"ui-tui",
"ui-tui/packages/*",
"web"
],
"scripts": {
"postinstall": "echo '✅ Browser tools ready. Run: uv run clio --help'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Clioloop/Clioloop-agent.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Clioloop/Clioloop-agent/issues"
},
"homepage": "https://github.com/Clioloop/Clioloop-agent#readme",
"dependencies": {
"@streamdown/math": "^1.0.2",
"agent-browser": "^0.26.0"
},
"overrides": {
"lodash": "4.18.1"
},
"engines": {
"node": ">=20.0.0"
},
"devDependencies": {
"esbuild": "^0.28.1",
"form-data": "^4.0.6"
}
}