linklens
Version:
LinkLens is a lightweight React package to detect, highlight, and preview URLs, links, mentions, and hashtags in text. Supports rich link previews with thumbnails, titles, descriptions, and metadata.
60 lines • 1.49 kB
JSON
{
"name": "linklens",
"version": "1.0.11",
"description": "LinkLens is a lightweight React package to detect, highlight, and preview URLs, links, mentions, and hashtags in text. Supports rich link previews with thumbnails, titles, descriptions, and metadata.",
"main": "dist/main.js",
"type": "module",
"scripts": {
"build": "webpack --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Aromal",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/DeveloperAromal/linklens"
},
"homepage": "https://github.com/DeveloperAromal/linklens#readme",
"keywords": [
"linklens",
"link",
"url",
"link-preview",
"highlight-link",
"react",
"react-component",
"rich-preview",
"thumbnail",
"open-graph",
"metadata",
"npm",
"react-link-preview",
"react-url-parser",
"link-detection",
"social-preview",
"chat-link-preview",
"npm-react-component",
"hashtags",
"mentions"
],
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.22.20",
"@babel/preset-env": "^7.22.20",
"@babel/preset-react": "^7.22.5",
"babel-loader": "^10.3.0",
"css-loader": "^12.8.1",
"style-loader": "^3.3.3",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"files": [
"dist",
"README.md",
"LICENSE"
]
}