-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "react-native-fastest-image",
"version": "100.0.0",
"sideEffects": true,
"description": "The fastest most reliable Image component for React Native",
"main": "build/index.js",
"types": "build/index.d.ts",
"homepage": "https://github.com/EvanBacon/react-native-fastest-image#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/EvanBacon/react-native-fastest-image.git"
},
"bugs": {
"url": "https://github.com/EvanBacon/react-native-fastest-image/issues"
},
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"test": "jest",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module"
},
"keywords": [
"react-native",
"image",
"react-native-fast-image",
"lol-flutter"
],
"author": "Evan Bacon",
"license": "MIT",
"jest": {
"preset": "react-native"
},
"peerDependencies": {
"react-native": "*"
},
"devDependencies": {
"expo-module-scripts": "^1.0.1",
"jest-expo": "^34.0.0",
"react": "^16.9.0",
"react-native": "^0.60.5",
"react-test-renderer": "^16.9.0"
}
}