{ "name": "linkify-react", "version": "4.1.3", "description": "React element interface for linkifyjs", "main": "dist/linkify-react.cjs.js", "module": "dist/linkify-react.es.js", "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/Hypercontext/linkifyjs.git", "directory": "packages/linkify-react" }, "keywords": [ "link", "autolink", "url", "email", "react" ], "author": "Hypercontext", "license": "MIT", "bugs": { "url": "https://github.com/Hypercontext/linkifyjs/issues" }, "homepage": "https://linkify.js.org", "peerDependencies": { "linkifyjs": "^4.0.0", "react": ">= 15.0.0" }, "devDependencies": { "@types/react": "^18.0.29" } }