create-react-native-mono-template
Version:
React native mono template init
46 lines (45 loc) • 981 B
JSON
{
"name": "create-react-native-mono-template",
"version": "1.0.4",
"description": "React native mono template init",
"homepage": "https://github.com/vincenttran99/react-native-mono-template",
"repository": {
"type": "git",
"url": "https://github.com/vincenttran99/react-native-mono-template"
},
"main": "index.js",
"scripts": {
"start": "node ."
},
"bin": "./index.js",
"files": [
"index.js",
"utils.js",
"clone-repo.js",
"setup-project.js"
],
"dependencies": {
"consola": "^3.2.3",
"fs-extra": "^10.1.0"
},
"keywords": [
"react-native",
"example",
"folder",
"structure",
"expo",
"template",
"react-native-starter",
"expo-starter",
"react-native-boilerplate",
"expo-boilerplate",
"cli",
"mono",
"mono-template"
],
"author": "vincenttran99",
"license": "MIT",
"bugs": {
"url": "https://github.com/vincenttran99/react-native-mono-template/issues"
}
}