react-native-template-tuil
Version:
Clean and minimalist React Native template for a quick start with TypeScript.
36 lines (35 loc) • 939 B
JSON
{
"name": "react-native-template-tuil",
"version": "0.8.1",
"description": "Clean and minimalist React Native template for a quick start with TypeScript.",
"scripts": {
"lint": "standard postinstall.js",
"prepublishOnly": "npm --no-git-tag-version version $TRAVIS_TAG"
},
"repository": {
"type": "git",
"url": "git+https://github.com/patrickkempff/react-native-template-tuil.git"
},
"keywords": [
"react-native",
"typescript",
"Standard",
"styled-components",
"jest",
"template",
"boilerplate"
],
"author": "Patrick Kempff <patrickkempff@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/patrickkempff/react-native-template-tuil/issues"
},
"homepage": "https://github.com/patrickkempff/react-native-template-tuil#readme",
"depedencies": {
"replace": "1.1.0"
},
"devDependencies": {
"standard": "13.0.2"
},
"dependencies": {}
}