UNPKG

react-native-hyperlinks

Version:

A simple and customizable library to display hyperlinks in React Native

57 lines (56 loc) 1.52 kB
{ "name": "react-native-hyperlinks", "version": "1.0.4", "description": "A simple and customizable library to display hyperlinks in React Native", "main": "./build/dist/index.js", "repository": { "type": "git", "url": "git@github.com:andresribeiro/react-native-hyperlinks.git" }, "license": "MIT", "author": "André Ribeiro", "bugs": "https://github.com/andresribeiro/react-native-hyperlinks/issues", "homepage": "https://github.com/andresribeiro/react-native-hyperlinks#readme", "keywords": [ "react-native", "react", "link", "links", "hyperlink", "hyperlinks", "hyper-link", "hypertext", "hypertext", "rn", "typescript" ], "scripts": { "build": "cd lib && tsc && npm run copy:package", "lint": "rome check .", "lint:fix": "rome format . --write", "copy:package": "cpx '../package.json' '../build/dist/'" }, "simple-git-hooks": { "pre-commit": "pnpm lint", "prepare-commit-msg": "exec < /dev/tty && git cz --hook || true" }, "config": { "commitizen": { "path": "cz-emoji" } }, "devDependencies": { "@commitlint/cli": "^17.3.0", "@commitlint/config-conventional": "^17.3.0", "@types/linkify-it": "^3.0.2", "@types/react": "^18.0.26", "@types/react-native": "^0.70.8", "commitizen": "^4.2.6", "cpx": "^1.5.0", "cz-emoji": "^1.3.2-canary.2", "linkify-it": "^4.0.1", "rome": "^11.0.0", "simple-git-hooks": "^2.8.1", "typescript": "^4.9.4" } }