{
  "name": "@aciccarello/webmention",
  "version": "1.5.0",
  "description": "Web Mentions sender",
  "main": "./shared/lib/webmention.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aciccarello/wm.git"
  },
  "bin": {
    "wm": "bin/wm.js",
    "webmention": "bin/wm.js"
  },
  "files": [
    "shared/lib/**/*",
    "bin/wm.js"
  ],
  "types": "./index.d.ts",
  "scripts": {
    "start": "npx enhance dev --no-warnings",
    "lint": "eslint ./app/**/*.mjs --fix",
    "enhance": "enhance",
    "test:watch": "tap __tests__/*.test.js --no-coverage-report --watch",
    "test": "tap"
  },
  "keywords": [
    "webmention",
    "webmentions",
    "indieweb"
  ],
  "author": "Remy Sharp (https://remysharp.com)",
  "contributors": [
    "Remy Sharp (https://remysharp.com)",
    "Anthony Ciccarello (https://www.ciccarello.me)"
  ],
  "license": "MIT",
  "dependencies": {
    "cheerio": "^1.1.2",
    "clui": "^0.3.6",
    "decodeuricomponent": "^0.3.1",
    "follow-redirects": "^1.7.0",
    "li": "^1.3.0",
    "microformat-node": "^2.0.1",
    "ms": "^2.1.2",
    "node-fetch": "^2.6.1",
    "rss-parser": "^3.7.0",
    "uuid": "^3.3.2",
    "yargs": "^18.0.0"
  },
  "devDependencies": {
    "@enhance/arc-plugin-enhance": "^6.2.3",
    "@enhance/cli": "latest",
    "@enhance/element": "^1.4.6",
    "@enhance/styles-cribsheet": "^0.0.9",
    "@enhance/types": "^0.6.1",
    "@remy/envy": "^4.0.2",
    "aws-sdk": "^2.1692.0",
    "eslint": "^8.57.1",
    "markdown-it-named-headings": "^1.1.0",
    "markdown-it-task-lists": "^2.1.1",
    "passport": "^0.4.0",
    "passport-github2": "^0.1.11",
    "tap": "^21.1.1"
  },
  "bugs": {
    "url": "https://github.com/aciccarello/wm/issues"
  },
  "homepage": "https://github.com/aciccarello/wm#readme",
  "directories": {
    "lib": "lib"
  }
}
