UNPKG

2.45 kBJSONView Raw
1{
2 "name": "react-native-fast-image",
3 "version": "8.6.3",
4 "description": "🚩 FastImage, performant React Native image component.",
5 "keywords": [
6 "cache",
7 "cached",
8 "fastimage",
9 "image",
10 "priority"
11 ],
12 "homepage": "https://github.com/DylanVann/react-native-fast-image#readme",
13 "bugs": {
14 "url": "https://github.com/DylanVann/react-native-fast-image/issues"
15 },
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/DylanVann/react-native-fast-image.git"
19 },
20 "license": "(MIT AND Apache-2.0)",
21 "author": "Dylan Vann <dylan@dylanvann.com> (https://dylanvann.com)",
22 "main": "dist/index.cjs.js",
23 "module": "dist/index.js",
24 "typings": "dist/index.d.ts",
25 "files": [
26 "android",
27 "!android/build",
28 "ios",
29 "!ios/build",
30 "dist",
31 "RNFastImage.podspec"
32 ],
33 "scripts": {
34 "build": "dv-scripts build && cp src/index.js.flow dist/index.js.flow && cp src/index.js.flow dist/index.cjs.js.flow",
35 "lint": "dv-scripts lint",
36 "release": "dv-scripts release",
37 "test": "dv-scripts test"
38 },
39 "prettier": {
40 "semi": false,
41 "singleQuote": true,
42 "tabWidth": 4,
43 "trailingComma": "all"
44 },
45 "eslintConfig": {
46 "extends": "dv-scripts"
47 },
48 "jest": {
49 "coveragePathIgnorePatterns": [
50 "ReactNativeFastImageExample*",
51 "ReactNativeFastImageExampleServer*"
52 ],
53 "modulePathIgnorePatterns": [
54 "ReactNativeFastImageExample*",
55 "ReactNativeFastImageExampleServer*"
56 ],
57 "preset": "react-native"
58 },
59 "resolutions": {
60 "@jest/create-cache-key-function": "^27"
61 },
62 "devDependencies": {
63 "@babel/core": "^7.14.6",
64 "@babel/runtime": "^7.14.6",
65 "@types/jest": "^26.0.24",
66 "@types/react": "^17.0.14",
67 "@types/react-native": "^0.69.5",
68 "@types/react-test-renderer": "^17.0.1",
69 "dv-scripts": "^1.6.0",
70 "eslint-config-dv-scripts": "^1.1.1",
71 "metro-react-native-babel-preset": "^0.66.1",
72 "prettier": "^2.3.2",
73 "react": "17.0.2",
74 "react-native": "0.64.2",
75 "react-test-renderer": "17.0.2",
76 "typescript": "^4.3.5"
77 },
78 "peerDependencies": {
79 "react": "^17 || ^18",
80 "react-native": ">=0.60.0"
81 }
82}