{
  "name": "expo-pixel-perfect",
  "version": "1.0.21",
  "description": "Nearest-Neighbor scaling for React Native and Expo",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "prepare": "expo-module prepare",
    "prepublishOnly": "expo-module prepublishOnly",
    "expo-module": "expo-module",
    "open:ios": "xed example/ios",
    "open:android": "open -a \"Android Studio\" example/android"
  },
  "keywords": [
    "react-native",
    "expo",
    "pixel-art",
    "image-scaling",
    "nearest-neighbor",
    "game-assets"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LinoIten/expo-pixel-perfect.git"
  },
  "bugs": {
    "url": "https://github.com/LinoIten/expo-pixel-perfect/issues"
  },
  "author": "Lino Iten <iten.lino@proton.me> (https://github.com/LinoIten)",
  "license": "MIT",
  "homepage": "https://github.com/LinoIten/expo-pixel-perfect#readme",
  "devDependencies": {
    "@types/react": "~19.0.0",
    "expo": "~53.0.0",
    "expo-module-scripts": "^4.1.6",
    "react-native": "0.79.1"
  },
  "peerDependencies": {
    "expo": "*",
    "react": "*",
    "react-native": "*",
    "expo-asset": "^11.1.5"
  },
  "dependencies": {
    "expo-asset": "^11.1.5"
  }
}
