create-expo-cljs-app
Version:
Create a react native application with Expo and Shadow-CLJS!
42 lines (41 loc) • 927 B
JSON
{
"name": "create-expo-cljs-app",
"version": "1.0.23",
"description": "Create a react native application with Expo and Shadow-CLJS!",
"main": "index.js",
"bin": {
"create-expo-cljs-app": "./bin/create-expo-cljs-app.js"
},
"engines": {
"node": ">=10.12"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"expo",
"cljs",
"clojure",
"clojurescript",
"clj",
"react-native",
"react"
],
"dependencies": {
"chalk": "^3.0.0",
"ora": "^4.0.3",
"semver": "^7.1.3",
"shelljs": "^0.8.3"
},
"files": [
"bin",
"dist",
"template"
],
"repository": {
"type": "git",
"url": "https://github.com/jgoodhcg/create-expo-cljs-app.git"
},
"author": "Justin Good",
"license": "ISC"
}