1{ 2 "name": "expo-linear-gradient", 3 "version": "12.5.0", 4 "description": "Provides a React component that renders a gradient view.", 5 "main": "build/LinearGradient.js", 6 "types": "build/LinearGradient.d.ts", 7 "sideEffects": false, 8 "scripts": { 9 "build": "expo-module build", 10 "clean": "expo-module clean", 11 "lint": "expo-module lint", 12 "test": "expo-module test", 13 "prepare": "expo-module prepare", 14 "prepublishOnly": "expo-module prepublishOnly", 15 "expo-module": "expo-module" 16 }, 17 "keywords": [ 18 "react-native", 19 "expo", 20 "gradient" 21 ], 22 "jest": { 23 "preset": "expo-module-scripts" 24 }, 25 "repository": { 26 "type": "git", 27 "url": "https://github.com/expo/expo.git", 28 "directory": "packages/expo-linear-gradient" 29 }, 30 "bugs": { 31 "url": "https://github.com/expo/expo/issues" 32 }, 33 "author": "650 Industries, Inc.", 34 "license": "MIT", 35 "homepage": "https://docs.expo.dev/versions/latest/sdk/linear-gradient/", 36 "devDependencies": { 37 "@testing-library/jest-dom": "^5.16.5", 38 "@testing-library/react": "^13.4.0", 39 "@testing-library/react-native": "^11.3.0", 40 "expo-module-scripts": "^3.0.0" 41 }, 42 "peerDependencies": { 43 "expo": "*" 44 } 45} 46