UNPKG

nodebb-plugin-link-preview

Version:
51 lines (50 loc) 1.12 kB
{ "name": "nodebb-plugin-link-preview", "version": "2.1.4", "description": "A starter kit for quickly creating NodeBB plugins", "main": "library.js", "repository": { "type": "git", "url": "https://github.com/nodebb/nodebb-plugin-link-preview" }, "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.0.0" }, "devDependencies": { "@commitlint/cli": "17.6.5", "@commitlint/config-angular": "17.6.5", "eslint": "8.42.0", "eslint-config-nodebb": "0.2.1", "eslint-plugin-import": "2.27.5", "husky": "8.0.3", "lint-staged": "13.2.2" }, "dependencies": { "cheerio": "^1.0.0-rc.12", "link-preview-js": "^3.0.4", "validator": "^13.11.0" } }