{
  "name": "expo-pointer-events-plugin",
  "version": "1.0.0",
  "description": "Expo Plugin to enable pointer events",
  "main": "./lib/commonjs/index.js",
  "types": "./lib/typescript/commonjs/index.d.ts",
  "scripts": {
    "prepare": "bob build"
  },
  "keywords": [
    "react-native",
    "expo",
    "pointer-events",
    "plugin",
    "expo-pointer-events-plugin"
  ],
  "repository": "https://github.com/LunatiqueCoder/expo-pointer-events-plugin",
  "bugs": {
    "url": "https://github.com/LunatiqueCoder/expo-pointer-events-plugin/issues"
  },
  "author": "Ovidiu Cristescu <ovidiucristescu@software-space.com> (https://github.com/LunatiqueCoder)",
  "license": "MIT",
  "homepage": "https://github.com/LunatiqueCoder/expo-pointer-events-plugin#readme",
  "dependencies": {},
  "devDependencies": {
    "@expo/config-plugins": "10.0.2",
    "@types/react": "19.1.3",
    "eslint": "^8.19.0",
    "eslint-config-universe": "^13.0.0",
    "prettier": "3.3.3",
    "react-native-builder-bob": "0.40.10",
    "typescript": "5.8.3"
  },
  "peerDependencies": {
    "expo": "*",
    "react": "*",
    "react-native": "*"
  },
  "source": "./src/index.ts",
  "files": [
    "src",
    "lib",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__"
  ],
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      [
        "commonjs",
        {
          "esm": true
        }
      ],
      [
        "module",
        {
          "esm": true
        }
      ],
      [
        "typescript",
        {}
      ]
    ]
  },
  "eslintIgnore": [
    "node_modules/",
    "lib/"
  ]
}
