@shaaz1000/rn-storage
Version:
A comprehensive storage solution for React Native with encryption, caching, and offline sync
59 lines (58 loc) • 1.5 kB
JSON
{
"name": "@shaaz1000/rn-storage",
"version": "1.0.3",
"description": "A comprehensive storage solution for React Native with encryption, caching, and offline sync",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest --passWithNoTests",
"lint": "eslint . --ext .ts,.tsx",
"prepare": "npm run build",
"prepublishOnly": "npm run build",
"docs": "typedoc --out docs src"
},
"keywords": [
"react-native",
"storage",
"cache",
"encryption",
"offline-sync"
],
"author": "Shaaz Khan",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/shaaz1000/rn-storage.git"
},
"bugs": {
"url": "https://github.com/shaaz1000/rn-storage/issues"
},
"homepage": "https://github.com/shaaz1000/rn-storage#readme",
"peerDependencies": {
"react": ">=16.8.0",
"react-native": ">=0.60.0",
"@react-native-async-storage/async-storage": ">=1.15.0",
"@react-native-community/netinfo": ">=5.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/react": "^18.0.0",
"@types/react-native": "^0.72.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.0.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.0",
"typedoc": "^0.24.0"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"publishConfig": {
"access": "public"
}
}