{
  "name": "@muellertek/pixel-data",
  "version": "1.0.2",
  "description": "Extract pixel data from images in React Native using Expo. A lightweight library for accessing raw pixel data from images in React Native applications using Expo's 2D context.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "prepare": "yarn build",
    "test": "jest",
    "clean": "rimraf dist",
    "lint": "eslint src --ext .ts,.tsx",
    "format": "prettier --write \"src/**/*.{ts,tsx}\""
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "react-native",
    "expo",
    "image",
    "pixel-data",
    "image-processing",
    "canvas",
    "2d-context",
    "image-analysis"
  ],
  "author": "Michael Mueller <michael@muellertek.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/muellertek/react-native-pixel-data"
  },
  "bugs": {
    "url": "https://github.com/muellertek/react-native-pixel-data/issues"
  },
  "homepage": "https://github.com/muellertek/react-native-pixel-data#readme",
  "peerDependencies": {
    "expo": ">=52.0.0",
    "expo-2d-context": ">=0.0.4",
    "expo-asset": ">=9.0.0",
    "expo-gl": ">=15.0.0",
    "react": ">=18.0.0",
    "react-native": ">=0.70.0"
  },
  "devDependencies": {
    "@testing-library/react-native": "^12.9.0",
    "@types/jest": "^29.5.14",
    "@types/react": "~18.3.12",
    "@types/react-native": "^0.72.8",
    "eslint": "^8.56.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-react": "^7.33.2",
    "eslint-plugin-react-native": "^4.1.0",
    "expo-asset": "^9.0.0",
    "expo-2d-context": "^0.0.4",
    "jest": "^29.7.0",
    "jest-expo": "~52.0.4",
    "prettier": "^3.2.5",
    "rimraf": "^5.0.10",
    "ts-jest": "^29.3.2",
    "typescript": "^5.8.3"
  },
  "engines": {
    "node": ">=14.0.0",
    "yarn": ">=1.22.0"
  }
}
