{
  "name": "@react-native-blocks/blocks",
  "description": "A block based text editor built for React Native. Inspired by the data model behind Notion’s flexibility.",
  "homepage": "https://github.com/PatoSala/react-native-blocks",
  "author": "Pato Sala <https://github.com/PatoSala>",
  "repository": {
    "type": "git",
    "url": "https://github.com/PatoSala/react-native-blocks",
    "directory": "packages/blocks"
  },
  "version": "0.1.19",
  "keywords": [
    "react-native",
    "notion",
    "blocks"
  ],
  "main": "index.ts",
  "peerDependencies": {
    "@react-native-blocks/core": "0.1.17",
    "react": "19.1.0",
    "react-native": "~0.81.4"
  },
  "devDependencies": {
    "@types/react": "~19.1.0",
    "metro-react-native-babel-preset": "^0.77.0",
    "typescript": "~5.9.2"
  },
  "dependencies": {
    "expo-image-picker": "~17.0.8",
    "react-native-emoji-selector": "^0.2.0",
    "react-native-gesture-handler": "^2.28.0"
  }
}
