UNPKG

expo-storage

Version:

Simple way to store persistent data, which does not have size limitations of react-native async-storage.

62 lines (61 loc) 1.77 kB
{ "name": "expo-storage", "version": "53.0.11", "description": "Simple way to store persistent data, which does not have size limitations of react-native async-storage.", "main": "lib/index.js", "types": "lib/index.d.ts", "typings": "lib/index.d.ts", "files": [ "lib" ], "scripts": { "build": "tsc", "prepare": "echo 'preparing...' && rm -rf ./lib && npm run build", "test": "rm -rf ./lib && jest" }, "repository": { "type": "git", "url": "git+https://github.com/echowaves/expo-storage.git" }, "keywords": [ "expo", "react-native", "asynch-storage", "persistance" ], "author": "echowaves.com", "license": "MIT", "bugs": { "url": "https://github.com/echowaves/expo-storage/issues" }, "homepage": "https://github.com/echowaves/expo-storage#readme", "devDependencies": { "@babel/cli": "^7.24.7", "@babel/core": "^7.24.7", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/preset-env": "^7.24.7", "@react-native-community/eslint-config": "^3.2.0", "@types/react-native": "^0.70.0", "babel-jest": "29.7.0", "babel-preset-expo": "~11.0.12", "eslint": "^8.57.0", "eslint-config-airbnb": "19.0.4", "eslint-config-prettier": "9.1.0", "eslint-plugin-import": "2.29.1", "eslint-plugin-jest": "^27.9.0", "eslint-plugin-jsx-a11y": "6.9.0", "eslint-plugin-react": "7.34.3", "eslint-plugin-react-hooks": "4.6.2", "eslint-plugin-react-native": "4.1.0", "expo": "^53.0.11", "jest": "^29.7.0", "metro-react-native-babel-preset": "^0.77.0", "typescript": "^5.3.3" }, "dependencies": {}, "peerDependencies": { "expo-file-system": ">=18.0.0", "react": ">=18.2.0", "react-native": ">=0.74.3" } }