UNPKG

react-native-custom-styled-text

Version:
60 lines (59 loc) 1.74 kB
{ "name": "react-native-custom-styled-text", "version": "1.0.4", "description": "reactnative custom styled text", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "lint": "eslint --ext .tsx --ext .ts src/", "format": "prettier --check ./src", "start": "rm -rf Develop/dist && tsc -w --outDir Develop/dist", "start:expo": "rm -rf DevelopWithExpo/dist && tsc -w --outDir DevelopWithExpo/dist", "prepare": "rm -rf dist && tsc" }, "lint-staged": { "src/**/*.{ts,tsx}": [ "eslint --ext .tsx --ext .ts src/ --fix" ], "./src/**": [ "prettier --write ." ] }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "peerDependencies": { "react": "*", "react-native": "*" }, "devDependencies": { "@types/react": "*", "@types/react-native": "*", "@typescript-eslint/eslint-plugin": "2.25.0", "@typescript-eslint/parser": "2.25.0", "babel-eslint": "10.1.0", "eslint": "6.8.0", "eslint-plugin-prettier": "3.1.2", "eslint-plugin-react": "7.19.0", "eslint-plugin-react-hooks": "2.5.1", "husky": "4.2.3", "lint-staged": "10.0.9", "prettier": "2.0.2", "react": "*", "react-native": "*", "typescript": "^3.7.5" }, "repository": { "type": "git", "url": "git+https://github.com/bini0823/react-native-custom-styled-text.git" }, "author": "", "license": "MIT", "bugs": { "url": "https://github.com/bini0823/react-native-custom-styled-text/issues" }, "homepage": "https://github.com/bini0823/react-native-custom-styled-text#readme", "keywords": ["react-native", "style", "text", "style-text", "custom-text", "highlight-text", "styled", "custom-style-text"] }