linkify-element
Version:
Browser DOM element interface for linkifyjs
37 lines (36 loc) • 914 B
JSON
{
"name": "linkify-element",
"type": "module",
"version": "4.3.1",
"description": "Browser DOM element interface for linkifyjs",
"main": "dist/linkify-element.cjs",
"module": "dist/linkify-element.mjs",
"scripts": {
"build": "rollup -c rollup.config.js",
"clean": "rm -rf lib dist *.tgz *.d.ts",
"prepack": "run-s clean build tsc",
"tsc": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nfrasser/linkifyjs.git",
"directory": "packages/linkify-element"
},
"keywords": [
"link",
"autolink",
"url",
"email",
"browser"
],
"author": "Nick Frasser (https://nfrasser.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/nfrasser/linkifyjs/issues"
},
"homepage": "https://linkify.js.org",
"peerDependencies": {
"linkifyjs": "^4.0.0"
}
}