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
Add @atproto/lexicon dependency
markbennett.ca
1 month ago
32396c13
c92374c4
verified
This commit was signed with the committer's
known signature
.
markbennett.ca
SSH Key Fingerprint:
SHA256:z3PutB1OfTO5KbZLCpZP6IUDidbRq5Mdysn2xZlUL/c=
+2
2 changed files
expand all
collapse all
unified
split
package-lock.json
package.json
+1
package-lock.json
···
10
10
"license": "MIT",
11
11
"dependencies": {
12
12
"@atproto/api": "^0.18.20",
13
13
+
"@atproto/lexicon": "^0.6.1",
13
14
"@inquirer/prompts": "^8.2.0",
14
15
"@napi-rs/keyring": "^1.2.0",
15
16
"commander": "^12.1.0",
+1
package.json
···
31
31
"license": "MIT",
32
32
"dependencies": {
33
33
"@atproto/api": "^0.18.20",
34
34
+
"@atproto/lexicon": "^0.6.1",
34
35
"@inquirer/prompts": "^8.2.0",
35
36
"@napi-rs/keyring": "^1.2.0",
36
37
"commander": "^12.1.0",