{ "name": "@expo/config", "version": "7.0.3", "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.git", "directory": "packages/@expo/config" }, "keywords": [ "json", "react-native", "expo", "react" ], "license": "MIT", "bugs": { "url": "https://github.com/expo/expo/issues" }, "homepage": "https://github.com/expo/expo/tree/main/packages/@expo/config#readme", "files": [ "build", "paths" ], "dependencies": { "@babel/code-frame": "~7.10.4", "@expo/config-plugins": "~5.0.3", "@expo/config-types": "^47.0.0", "@expo/json-file": "8.2.36", "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" }, "gitHead": "b56ceb5bface07762c968c882575a041105b13b6" }