{ "name": "@expo/config", "version": "3.3.34", "description": "A library for interacting with the app.json", "main": "build/index.js", "scripts": { "watch": "tsc --watch", "build": "tsc", "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/core": "7.9.0", "@babel/plugin-proposal-class-properties": "~7.12.13", "@babel/preset-env": "~7.12.13", "@babel/preset-typescript": "~7.12.13", "@expo/config-plugins": "1.0.24", "@expo/config-types": "^40.0.0-beta.2", "@expo/json-file": "8.2.28", "fs-extra": "9.0.0", "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" }, "devDependencies": { "@types/fs-extra": "^9.0.1", "memfs": "^2.15.5", "rimraf": "^3.0.2" }, "publishConfig": { "access": "public" } }