1{ 2 "name": "exponent-view-template", 3 "version": "0.0.1", 4 "description": "", 5 "main": "index.js", 6 "scripts": { 7 "test": "echo \"Error: no test specified\" && exit 1" 8 }, 9 "author": "", 10 "license": "MIT", 11 "dependencies": { 12 "expo": "file:../../packages/expo", 13 "react-native": "file:../../react-native-lab/react-native" 14 }, 15 "devDependencies": { 16 "expo-cli": "4.3.2" 17 } 18} 19