UNPKG

@gluons/react-native-fetch-with-timeout

Version:

Fetch with timeout for React Native.

57 lines 1.54 kB
{ "name": "@gluons/react-native-fetch-with-timeout", "version": "0.0.1", "description": "Fetch with timeout for React Native.", "publishConfig": { "access": "public" }, "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/gluons/react-native-fetch-with-timeout.git" }, "keywords": [ "fetch", "timeout", "react-native" ], "author": "Saran Tanpituckpong <sarunta@gmail.com>", "license": "MIT", "bugs": { "url": "https://gitlab.com/gluons/react-native-fetch-with-timeout/issues" }, "homepage": "https://gitlab.com/gluons/react-native-fetch-with-timeout", "prettier": "@gluons/prettier-config", "devDependencies": { "@gluons/prettier-config": "^2.0.6", "@types/react": "^17.0.16", "@types/react-native": "^0.64.12", "@typescript-eslint/eslint-plugin": "^4.29.1", "@typescript-eslint/parser": "^4.29.1", "del-cli": "^4.0.1", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-config-xo": "^0.38.0", "eslint-config-xo-typescript": "^0.44.0", "eslint-plugin-prettier": "^3.4.0", "prettier": "^2.3.2", "react": "16.13.1", "react-native": "0.63.4", "typescript": "^4.3.5" }, "peerDependencies": { "react": "*", "react-native": "*" }, "scripts": { "clean": "del-cli dist/", "prebuild": "pnpm clean", "build": "tsc", "lint": "eslint \"src/**\"", "format": "prettier -w \"src/**\"" } }