create-obytes-app
Version:
Obytes expo starter cli
39 lines (38 loc) • 773 B
JSON
{
"name": "create-obytes-app",
"version": "1.8.0",
"description": "Obytes expo starter cli",
"homepage": "https://github.com/obytes/react-native-template-obytes",
"repository": {
"type": "git",
"url": "git+https://github.com/obytes/react-native-template-obytes.git"
},
"main": "index.js",
"scripts": {
"start": "node ."
},
"bin": {
"create-obytes-app": "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"
]
}