Add Bluesky replies, quotes, and reposts to any web page. Handy for adding a comments section anywhere.
1{
2 "name": "bsky-conversation",
3 "version": "0.1.0",
4 "description": "Web component that displays a Bluesky conversation thread",
5 "type": "module",
6 "main": "bsky-conversation.js",
7 "module": "bsky-conversation.js",
8 "scripts": {
9 "hide-reply": "node --env-file=.env scripts/hide-reply.mjs"
10 },
11 "exports": {
12 ".": {
13 "import": "./bsky-conversation.js",
14 "default": "./bsky-conversation.js"
15 }
16 },
17 "files": [
18 "bsky-conversation.js"
19 ],
20 "keywords": [
21 "bluesky",
22 "atproto",
23 "web-component",
24 "conversation",
25 "comments"
26 ],
27 "devDependencies": {
28 "@atproto/lex": "^0.0.11",
29 "@atproto/lex-password-session": "^0.0.2"
30 },
31 "author": "Bluesky Social PBC",
32 "license": "MIT",
33 "repository": {
34 "type": "git",
35 "url": "https://github.com/bluesky-social/bsky-conversation"
36 }
37}