{
  "name": "nodebb-plugin-link-preview",
  "version": "2.2.8",
  "description": "This plugin adds in additional post parsing capability to NodeBB so that any external links are automatically expanded into an interactive box containing any available metadata (e.g. photo, title, description, etc.)",
  "main": "library.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/nodebb/nodebb-plugin-link-preview"
  },
  "scripts": {
    "lint": "eslint ."
  },
  "keywords": [
    "nodebb",
    "plugin",
    "link-preview",
    "shell"
  ],
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "lint-staged": {
    "*.js": [
      "eslint --fix",
      "git add"
    ]
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nodebb/nodebb-plugin-link-preview/issues"
  },
  "readmeFilename": "README.md",
  "nbbpm": {
    "compatibility": "^4.12.0"
  },
  "devDependencies": {
    "@commitlint/cli": "17.6.5",
    "@commitlint/config-angular": "17.6.5",
    "@eslint/js": "10.0.1",
    "eslint-config-nodebb": "2.0.2",
    "husky": "8.0.3",
    "lint-staged": "13.2.2"
  },
  "dependencies": {
    "link-preview-js": "^4.0.3",
    "validator": "^13.11.0"
  }
}
