-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 927 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "create-expo-cljs-app",
"version": "1.0.24",
"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"
}