{
  "name": "react-native-matrix-sdk",
  "title": "React Native Matrix Sdk",
  "version": "1.0.0-alpha74",
  "description": "React Native SDK for Matrix.org",
  "main": "index.js",
  "types": "./types/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cuvent/react-native-matrix-sdk.git",
    "baseUrl": "https://github.com/cuvent/react-native-matrix-sdk"
  },
  "keywords": [
    "react-native",
    "react-native-matrix-sdk",
    "matrix-sdk",
    "matrix.org",
    "rnms"
  ],
  "author": {
    "name": "Hanno Gödecke",
    "email": "hanno.goedecke@gmail.com"
  },
  "license": "MIT",
  "licenseFilename": "LICENSE",
  "readmeFilename": "README.md",
  "peerDependencies": {
    "react": "^16.8.1",
    "react-native": ">=0.60.0-rc.0 <1.0.x"
  },
  "devDependencies": {
    "@types/react-native": "^0.61.23",
    "react": "^16.9.0",
    "react-native": "^0.61.5"
  },
  "dependencies": {}
}
