{
  "name": "@pachun/use-expo-push-notifications",
  "version": "0.0.13",
  "license": "MIT",
  "description": "Simpler (and more testable) expo-notifications event handling",
  "keywords": [
    "react",
    "native",
    "expo",
    "expo-notifications"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/pachun/use-expo-notifications"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib",
    "LICENSE",
    "README.md",
    "tests/jest.setup.ts"
  ],
  "scripts": {
    "build": "tsc",
    "lint": "eslint src",
    "test": "jest",
    "doctor": "npx expo-doctor"
  },
  "devDependencies": {
    "@testing-library/jest-native": "^5.4.3",
    "@testing-library/react-hooks": "^8.0.1",
    "@testing-library/react-native": "^13.0.1",
    "@types/jest": "^29.5.13",
    "@types/react": "^19.0.8",
    "eslint": "^8.57.0",
    "eslint-config-expo": "~8.0.1",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.2.1",
    "expo": "~52.0.26",
    "expo-notifications": "^0.29.13",
    "jest": "^29.7.0",
    "jest-expo": "~52.0.3",
    "prettier": "^3.3.3",
    "react": "18.3.1",
    "react-native": "0.76.6",
    "typescript": "~5.3.3"
  },
  "peerDependencies": {
    "expo-notifications": "^0.29.13"
  },
  "dependencies": {}
}
