{
  "name": "tabby-react-native-sdk",
  "version": "1.4.1",
  "description": "Tabby React Native SDK",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "validate": "tsc --noEmit",
    "build": "rm -rf build && tsc",
    "release": "npm run validate && npm run build && npm publish",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "devDependencies": {
    "@types/react": "*",
    "@types/react-native": "*",
    "typescript": "*"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*",
    "react-native-svg": "*",
    "react-native-webview": ">= 13.15.0"
  },
  "keywords": [
    "Tabby"
  ],
  "author": "Tabby",
  "license": "ISC"
}