{
  "name": "react-native-workerbee",
  "version": "1.0.0",
  "description": "Web Worker-like functionality for React Native using JSI & STD::THREAD",
  "main": "index.js",
  "types": "index.d.ts",
  "author": "Austin K Smith",
  "license": "Artistic-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/austinksmith/react-native-workerbee.git"
  },
  "keywords": [
    "react-native",
    "android",
    "worker",
    "hamstersjs",
    "web wroker",
    "threads",
    "react-native-threads",
    "react-native-hamsters",
    "jsi"
  ],
  "peerDependencies": {
    "react": "*",
    "react-native": ">=0.65.0"
  },
  "devDependencies": {
    "@types/react": "^17.0.0",
    "@types/react-native": "^0.65.0"
  },
  "react-native": "index.js",
  "source": "index.js",
  "files": [
    "index.js",
    "index.d.ts",
    "android",
    "ios",
    "react-native-workerbee.podspec"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}