{
  "name": "react-native-nitro-websockets",
  "version": "1.0.3",
  "description": "react-native-nitro-websockets",
  "main": "lib/index",
  "module": "lib/index",
  "types": "lib/index.d.ts",
  "react-native": "src/index",
  "source": "src/index",
  "files": [
    "src",
    "react-native.config.js",
    "lib",
    "nitrogen",
    "android/build.gradle",
    "android/gradle.properties",
    "android/fix-prefab.gradle",
    "android/CMakeLists.txt",
    "android/src",
    "cpp",
    "ios/**/*.h",
    "ios/**/*.hpp",
    "ios/**/*.m",
    "ios/**/*.mm",
    "ios/**/*.cpp",
    "ios/**/*.swift",
    "app.plugin.js",
    "expo/plugins/dist",
    "nitro.json",
    "*.podspec",
    "README.md",
    "thirdparty/xcframeworks/**",
    "thirdparty/lws_config.h",
    "thirdparty/libwebsockets/lib/core/**",
    "thirdparty/libwebsockets/lib/misc/**",
    "thirdparty/libwebsockets/lib/system/**",
    "thirdparty/libwebsockets/lib/tls/**",
    "thirdparty/libwebsockets/lib/core-net/**",
    "thirdparty/libwebsockets/lib/roles/**",
    "thirdparty/libwebsockets/lib/event-libs/**",
    "thirdparty/libwebsockets/lib/plat/unix/**",
    "thirdparty/libwebsockets/lib/secure-streams/**",
    "thirdparty/libwebsockets/lib/CMakeLists.txt",
    "thirdparty/libwebsockets/include/**",
    "thirdparty/libwebsockets/cmake/**",
    "thirdparty/libwebsockets/plugins/**",
    "thirdparty/libwebsockets/lwsws/**",
    "thirdparty/libwebsockets/CMakeLists.txt",
    "thirdparty/libwebsockets/CMakeLists-implied-options.txt",
    "thirdparty/libwebsockets/LICENSE",
    "thirdparty/mbedtls/library/**",
    "thirdparty/mbedtls/include/**",
    "thirdparty/mbedtls/cmake/**",
    "thirdparty/mbedtls/3rdparty/**",
    "thirdparty/mbedtls/configs/**",
    "thirdparty/mbedtls/pkgconfig/**",
    "thirdparty/mbedtls/scripts/config.py",
    "thirdparty/mbedtls/framework/CMakeLists.txt",
    "thirdparty/mbedtls/CMakeLists.txt",
    "thirdparty/mbedtls/LICENSE"
  ],
  "exports": {
    ".": {
      "source": "./src/index.ts",
      "types": "./lib/index.d.ts",
      "default": "./lib/index.js"
    },
    "./package.json": "./package.json",
    "./app.plugin.js": "./app.plugin.js"
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "clean": "rm -rf android/build node_modules/**/android/build lib expo/plugins/dist",
    "lint": "eslint \"**/*.{js,ts,tsx}\" --fix",
    "lint-ci": "eslint \"**/*.{js,ts,tsx}\" -f @jamesacarr/github-actions",
    "typescript": "tsc",
    "build:plugin": "cd expo/plugins && npx tsc",
    "release": "npm run build:plugin && release-it --only-version",
    "specs": "tsc --noEmit false && nitrogen --logLevel=\"debug\"",
    "prepack": "cp ../../README.md ./README.md",
    "postpack": "rm -f ./README.md"
  },
  "keywords": [
    "react-native",
    "nitro"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mrousavy/nitro.git"
  },
  "author": "Marc Rousavy <me@mrousavy.com> (https://github.com/mrousavy)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mrousavy/nitro/issues"
  },
  "homepage": "https://github.com/mrousavy/nitro#readme",
  "codegenConfig": {
    "name": "NitroFetchWebsocketsSpec",
    "type": "modules",
    "jsSrcsDir": "src"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "@expo/config-plugins": "^9.0.0",
    "@release-it/conventional-changelog": "^9.0.2",
    "expo-module-scripts": "^5.0.8",
    "@react-native/eslint-config": "^0.85.0-rc.0",
    "@types/react": "^19.2.0",
    "eslint": "^9.22.0",
    "eslint-config-prettier": "^10.1.1",
    "eslint-plugin-prettier": "^5.2.3",
    "nitrogen": "^0.35.2",
    "prettier": "^3.0.3",
    "react": "19.2.3",
    "react-native": "0.85.0-rc.0",
    "react-native-nitro-modules": "^0.35.2",
    "react-native-nitro-text-decoder": "0.1.0",
    "release-it": "^17.10.0",
    "typescript": "^5.8.3"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*",
    "react-native-nitro-modules": "*",
    "react-native-nitro-text-decoder": ">=0.1.0",
    "react-native-nitro-fetch": "*"
  },
  "peerDependenciesMeta": {
    "react-native-nitro-fetch": {
      "optional": true
    }
  },
  "release-it": {
    "git": false,
    "npm": {
      "publish": true
    },
    "github": {
      "release": true
    }
  },
  "eslintConfig": {
    "root": true,
    "extends": [
      "@react-native",
      "prettier"
    ],
    "plugins": [
      "prettier"
    ],
    "rules": {
      "prettier/prettier": [
        "warn",
        {
          "quoteProps": "consistent",
          "singleQuote": true,
          "tabWidth": 2,
          "trailingComma": "es5",
          "useTabs": false
        }
      ]
    }
  },
  "eslintIgnore": [
    "node_modules/",
    "lib/"
  ],
  "prettier": {
    "quoteProps": "consistent",
    "singleQuote": true,
    "tabWidth": 2,
    "trailingComma": "es5",
    "useTabs": false,
    "semi": false
  }
}
