create-obytes-app
Version:
Obytes expo starter cli
37 lines (36 loc) • 736 B
JSON
{
"name": "create-obytes-app",
"version": "1.7.1",
"description": "Obytes expo starter cli",
"homepage": "https://github.com/obytes/react-native-template-obytes",
"repository": {
"type": "git",
"url": "https://github.com/obytes/react-native-template-obytes"
},
"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",
"expo",
"template",
"react-native-starter",
"expo-starter",
"react-native-boilerplate",
"expo-boilerplate",
"cli",
"obytes"
]
}