UNPKG

react-native-apikit

Version:

Modern API toolkit for React Native and Expo with automatic token management, smart response parsing, and built-in error handling

58 lines (57 loc) 1.37 kB
{ "name": "react-native-apikit", "version": "1.4.0", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "prepare": "npm run build" }, "keywords": [ "react-native", "api", "fetch", "axios", "hooks", "typescript", "expo", "http-client", "api-client", "mmkv" ], "author": "SamadK01", "license": "MIT", "description": "Modern API toolkit for React Native and Expo with automatic token management, smart response parsing, and built-in error handling", "repository": { "type": "git", "url": "https://github.com/SamadK01/apikit.git" }, "homepage": "https://github.com/SamadK01/apikit#readme", "bugs": { "url": "https://github.com/SamadK01/apikit/issues" }, "dependencies": { "react-native": ">=0.64.0" }, "devDependencies": { "@types/react": "^19.1.8", "@types/react-native": "^0.72.8", "react-native-mmkv": "^3.3.0", "typescript": "^5.8.3" }, "peerDependencies": { "react": ">=17.0.0", "react-native": ">=0.64.0" }, "optionalDependencies": { "@react-native-async-storage/async-storage": ">=1.19.0", "axios": ">=0.27.0", "expo-secure-store": ">=12.0.0", "react-native-mmkv": ">=3.0.0" } }