@wolf-tp/react-native-boilerplate
Version:
React Native Template
30 lines (29 loc) • 808 B
JSON
{
"name": "@wolf-tp/react-native-boilerplate",
"version": "0.0.22",
"description": "React Native Template",
"private": false,
"scripts": {
"publish": "npm publish --access=public",
"prepare": "npx --yes husky install",
"lint": "eslint $(git diff --diff-filter=ACMRTUXB --name-only HEAD | cut -d/ -f2- | grep -E '\\.(ts|tsx)$' | xargs)"
},
"bin": {
"generate-index": "template/bin/generate-index"
},
"keywords": [
"react",
"native",
"boilerplate",
"rn-boilerplate",
"handidev",
"react-native",
"starter-kit",
"react-native-redux-toolkit",
"react-native-navigation"
],
"devDependencies": {},
"repository": "https://github.com/wolf-tp/ReactNativeBoilerplate.git",
"author": "Wolf <phuong2612.mobile@gmail.com>",
"license": "MIT"
}