tangled
alpha
login
or
join now
markbennett.ca
/
tangled-cli
6
fork
atom
WIP: A simple cli for daily tangled use cases and AI integration. This is for my personal use right now, but happy if others get mileage from it! :)
6
fork
atom
overview
issues
12
pulls
1
pipelines
Remove the optional dep
markbennett.ca
1 month ago
e94a2d76
57719cd9
verified
This commit was signed with the committer's
known signature
.
markbennett.ca
SSH Key Fingerprint:
SHA256:z3PutB1OfTO5KbZLCpZP6IUDidbRq5Mdysn2xZlUL/c=
0/1
ci.yml
failed
4s
+1
-6
2 changed files
expand all
collapse all
unified
split
package-lock.json
package.json
+1
-3
package-lock.json
···
32
32
},
33
33
"engines": {
34
34
"node": ">=22.0.0"
35
35
-
},
36
36
-
"optionalDependencies": {
37
37
-
"@biomejs/cli-linux-x64": "^1.9.4"
38
35
}
39
36
},
40
37
"node_modules/@atproto/api": {
···
324
321
"cpu": [
325
322
"x64"
326
323
],
324
324
+
"dev": true,
327
325
"license": "MIT OR Apache-2.0",
328
326
"optional": true,
329
327
"os": [
-3
package.json
···
49
49
"tsx": "^4.21.0",
50
50
"typescript": "^5.7.2",
51
51
"vitest": "^2.1.8"
52
52
-
},
53
53
-
"optionalDependencies": {
54
54
-
"@biomejs/cli-linux-x64": "^1.9.4"
55
52
}
56
53
}