UNPKG

create-expo-cljs-app

Version:

Create a react native application with Expo and Shadow-CLJS!

54 lines (53 loc) 1.41 kB
{ "name": "@expo/config", "version": "6.0.6", "description": "A library for interacting with the app.json", "main": "build/index.js", "scripts": { "watch": "tsc --watch --preserveWatchOutput", "build": "tsc --emitDeclarationOnly && babel src --out-dir build --extensions \".ts\" --source-maps --ignore \"src/**/__mocks__/*\",\"src/**/__tests__/*\"", "prepare": "yarn run clean && yarn build", "clean": "rimraf build ./tsconfig.tsbuildinfo", "lint": "eslint .", "test": "jest" }, "repository": { "type": "git", "url": "https://github.com/expo/expo-cli.git", "directory": "packages/config" }, "keywords": [ "json", "react-native", "expo", "react" ], "license": "MIT", "bugs": { "url": "https://github.com/expo/expo-cli/issues" }, "homepage": "https://github.com/expo/expo-cli/tree/master/packages/config#readme", "files": [ "build", "paths" ], "dependencies": { "@babel/code-frame": "~7.10.4", "@expo/config-plugins": "4.0.6", "@expo/config-types": "^43.0.1", "@expo/json-file": "8.2.33", "getenv": "^1.0.0", "glob": "7.1.6", "require-from-string": "^2.0.2", "resolve-from": "^5.0.0", "semver": "7.3.2", "slugify": "^1.3.4", "sucrase": "^3.20.0" }, "devDependencies": { "@types/require-from-string": "^1.2.1" }, "publishConfig": { "access": "public" } }