@whir-react-native/react-native-template
Version:
The base template for Create React-Native App.
34 lines (33 loc) • 791 B
JSON
{
"name": "@whir-react-native/react-native-template",
"version": "0.0.5",
"keywords": [
"react-native",
"react-native-template",
"template"
],
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start"
},
"files": [
"template",
"template.config.js"
],
"description": "The base template for Create React-Native App.",
"repository": {
"type": "git",
"url": "git@github.com:alwaysloseall/whir-react-native.git",
"directory": "packages/react-native-template"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"license": "MIT",
"engines": {
"node": ">=10"
},
"gitHead": "bfe2f2979abac9fe5e187c99547c150b9af6a407"
}