{
  "name": "anthropic-react-native",
  "version": "0.1.0",
  "description": "Anthropic React Native API Client without polyfills",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "test": "echo 'No tests specified'"
  },
  "keywords": [
    "anthropic",
    "react-native",
    "ios",
    "android"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/backmesh/anthropic-react-native.git"
  },
  "author": "L. Fernando De Pombo <f@backmesh.com> (https://backmesh.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/backmesh/anthropic-react-native/issues"
  },
  "prettier": {
    "quoteProps": "consistent",
    "singleQuote": true,
    "tabWidth": 2,
    "trailingComma": "es5",
    "useTabs": false
  },
  "jest": {
    "preset": "jest-expo",
    "moduleNameMapper": {
      "^react-native-sse$": "<rootDir>/node_modules/react-native-sse"
    }
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.27.3",
    "react-native-sse": "^1.2.1"
  },
  "devDependencies": {
    "@babel/core": "^7.20.0",
    "@types/jest": "^29.5.12",
    "@types/react": "~18.2.45",
    "@types/react-test-renderer": "^18.0.7",
    "expo": "~51.0.28",
    "jest": "^29.2.1",
    "jest-expo": "~51.0.3",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-native": "0.74.5",
    "react-test-renderer": "18.2.0",
    "typescript": "~5.3.3",
    "xmlhttprequest": "^1.8.0"
  }
}
