UNPKG

react-native-text

Version:

Scalable font size in Text component for React Native

61 lines (60 loc) 1.47 kB
{ "name": "react-native-text", "version": "1.2.2", "description": "Scalable font size in Text component for React Native", "main": "lib/commonjs/index.js", "module": "lib/module/index.js", "react-native": "lib/module/index.js", "types": "lib/typescript/index.d.ts", "files": [ "lib/", "src/" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "prepare": "bob build", "typescript": "tsc --noEmit", "release": "release-it" }, "repository": { "type": "git", "url": "git+https://github.com/knowbody/react-native-text.git" }, "keywords": [ "react-native", "scaled", "ios", "android", "text", "react" ], "author": "Mateusz Zatorski <mateuszzatorski@gmail.com> (https://github.com/knowbody)", "license": "MIT", "bugs": { "url": "https://github.com/knowbody/react-native-text/issues" }, "homepage": "https://github.com/knowbody/react-native-text#readme", "peerDependencies": { "react": "*", "react-native": "*" }, "devDependencies": { "@react-native-community/bob": "^0.8.0", "@types/react": "^16.9.17", "@types/react-native": "^0.61.0", "release-it": "^12.4.3", "typescript": "^3.7.5" }, "@react-native-community/bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", "typescript" ] }, "publishConfig": { "registry": "https://registry.npmjs.org/" } }