alpha
Login
or
Join now
ewancroft.uk
/
bluesky-awoo-bot
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Update package.json
author
Ewan Croft
date
2 years ago
(May 19, 2024, 9:07 PM +0100)
commit
42db6436
42db6436f48f7f387eb7ca19b3f6266ab5324511
parent
8bf54310
8bf54310e828d3f1bbd15f6ae15d349500a2a732
+6
-1
1 changed file
Expand all
Collapse all
Unified
Split
package.json
+6
-1
package.json
Reviewed
···
8
8
},
9
9
"keywords": [],
10
10
"author": "",
11
11
-
"license": "ISC"
11
11
+
"license": "ISC",
12
12
+
"dependencies": {
13
13
+
"@atproto/api": "^0.12.10",
14
14
+
"cron": "^3.1.7",
15
15
+
"dotenv": "^16.4.5"
16
16
+
}
12
17
}