{
  "name": "bluesky-comments-tag",
  "version": "0.0.3",
  "description": "Embed Bluesky comments in your site",
  "type": "module",
  "main": "./index.js",
  "files": [
    "src",
    "bluesky-comments.js",
    "index.js",
    "custom-elements.json"
  ],
  "exports": {
    ".": "./index.js",
    "./load": "./bluesky-comments.js",
    "./bluesky-comments.js": "./bluesky-comments.js"
  },
  "devDependencies": {
    "@custom-elements-manifest/analyzer": "^0.10.4",
    "publint": "^0.3.6"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com:ascorbic/bluesky-comments-tag.git",
    "directory": "packages/example"
  },
  "homepage": "https://github.com/ascorbic/bluesky-comments-tag",
  "keywords": [],
  "author": "Matt Kane",
  "license": "MIT",
  "customElements": "custom-elements.json",
  "scripts": {
    "analyze": "cem analyze",
    "check": "publint",
    "test": "vitest"
  }
}