UNPKG

link-styler

Version:

JavaScript package that simplifies the task of identifying links within text and applying custom styling by automatically replacing them with tags.

44 lines (43 loc) 1.12 kB
{ "name": "link-styler", "version": "1.0.7", "description": "JavaScript package that simplifies the task of identifying links within text and applying custom styling by automatically replacing them with tags.", "main": "index.js", "scripts": { "build": "npx tsc && webpack --config webpack.config.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Sheikhoo (https://github.com/sheikhoo)", "license": "MIT", "bugs": { "url": "https://github.com/sheikhoo/link-styler/issues" }, "homepage": "https://sheikhoo.github.io/link-styler/", "devDependencies": { "ts-loader": "^9.4.2", "typescript": "^4.9.5", "webpack": "^5.75.0", "webpack-cli": "^5.0.1" }, "dependencies": {}, "exports": { ".": "./lib/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/sheikhoo/link-styler.git" }, "keywords": [ "link-styler", "autolink", "hashtag", "atsign", "link", "convert-text-link", "mention", "url", "html", "css", "react" ] }