{"name": "@amazon-devices/react-native-fast-image", "version": "3.0.9+8.6.3", "description": "\ud83d\udea9 FastImage, performant React Native image component.", "keywords": ["cache", "cached", "fastimage", "image", "priority"], "homepage": "https://github.com/DylanVann/react-native-fast-image#readme", "bugs": {"url": "https://github.com/DylanVann/react-native-fast-image/issues"}, "repository": {"type": "git", "url": "https://github.com/DylanVann/react-native-fast-image.git"}, "license": "See license in LICENSE", "author": "Dylan Vann <dylan@dylanvann.com> (https://dylanvann.com)", "typings": "dist/index.d.ts", "files": ["android", "!android/build", "ios", "!ios/build", "dist", "RNFastImage.podspec", "dist", "react-native.config.js"], "scripts": {"kepler-codegen": "keplerscript-turbomodule-api codegen src/turbo-modules/FastImage.ts -o kepler/turbo-modules/ --new -s FastImageTurboModule && npm-run-all clean-codegen-backups", "clean-codegen-backups": "rm -rf kepler/turbo-modules/FastImage.cpp.bak kepler/turbo-modules/FastImage.h.bak", "test": "", "lint": "eslint src test --ext .ts,.tsx", "lint:fix": "eslint src test --ext .ts,.tsx --fix", "build:js": "tsc -p tsconfig.json", "build:native:debug": "kepler build -b Debug", "build:native:release": "kepler build -b Release", "build": "npm-run-all build:native:release build:native:debug build:js", "build:debug": "npm-run-all build:js", "postinstall": "find . -type f -name \"libkeplerscript-stable-fast-image-lib-8.so\" -exec sh -c 'for f; do d=$(dirname \"$f\"); b=$(basename \"$f\"); ln -sf \"$b\" \"${d}/com.amazon.kepler.uitoolkit.react.fastimage.so\"; done' sh {} +"}, "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "prettier": {"semi": false, "singleQuote": true, "tabWidth": 4, "trailingComma": "all"}, "eslintConfig": {"extends": "dv-scripts"}, "jest": {"coveragePathIgnorePatterns": ["ReactNativeFastImageExample*", "ReactNativeFastImageExampleServer*"], "modulePathIgnorePatterns": ["ReactNativeFastImageExample*", "ReactNativeFastImageExampleServer*"], "preset": "react-native", "moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json", "node"]}, "resolutions": {"@types/react": "^17"}, "keplerImport": true, "kepler": {"temporary-alias-for-package": {"name": "react-native-fast-image", "version": "8.6.3"}, "api": 0.1, "projectType": "turbomodule", "features": ["vega"], "targets": ["multimodal", "tv"]}, "devDependencies": {"@babel/core": "^7.14.6", "@babel/runtime": "^7.14.6", "@react-native-community/eslint-config": "^2.0.0", "@types/jest": "^26.0.24", "@types/react": "^17.0.0", "@types/react-test-renderer": "^17.0.0", "eslint": "^7.14.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-simple-import-sort": "^5.0.3", "metro-react-native-babel-preset": "^0.66.1", "prettier": "^2.3.2", "react": "18.2.0", "react-native": "0.72.0", "@amazon-devices/react-native-kepler": "^2.0.0+rn0.72.0", "react-test-renderer": "~18.2.0", "typescript": "^4.3.5", "npm-run-all": "^4.1.5"}, "dependencies": {"@amazon-devices/keplerscript-turbomodule-api": "^1.0.0", "react-native-tscodegen-types": "^0.66.0"}, "peerDependencies": {"react": ">17", "react-native": "0.72.0", "@amazon-devices/react-native-kepler": "^2.0.0+rn0.72.0"}, "lint-staged": {"./src/*.{ts,tsx}": ["prettier --write"]}, "eslintIgnore": ["node_modules/", "lib/", "src/*"]}