1{ 2 "name": "@exponent/exponent", 3 "version": "1.4.0", 4 "exp": { 5 "sdkVersion": "28.0.0" 6 }, 7 "private": true, 8 "scripts": { 9 "lint": "eslint js", 10 "buildforxde": "ONLY_ACTIVE_ARCH=NO xcodebuild -sdk iphonesimulator -workspace 'Exponent.xcworkspace' -scheme 'Exponent' -configuration 'Release' -arch i386 build" 11 } 12} 13