UNPKG

react-native-async-storage-listener

Version:
54 lines (53 loc) 1.36 kB
{ "name": "react-native-async-storage-listener", "version": "1.2.0", "description": "A wrapper around React Native's AsyncStorage with a listener.", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "publish-version": "npm publish --access public" }, "author": "jayampathiadhikari", "license": "ISC", "files": [ "dist", "package.json", "Readme.md" ], "devDependencies": { "@types/jest": "^27.0.3", "eslint": "^8.4.1", "jest": "^27.4.5", "react": "^17.0.2", "react-native": "^0.66.4", "ts-jest": "^27.1.2", "ts-node": "^10.4.0", "typescript": "^4.5.4" }, "dependencies": { "@react-native-async-storage/async-storage": "^1.19.1", "react-native-uuid": "^2.0.1" }, "repository": { "type": "git", "url": "git+https://github.com/jayampathiadhikari/react-native-async-storage-listener.git" }, "bugs": { "url": "https://github.com/jayampathiadhikari/react-native-async-storage-listener/issues" }, "homepage": "https://github.com/jayampathiadhikari/react-native-async-storage-listener#readme", "keywords": [ "React Native", "iOS", "Android", "AsyncStorage", "Publisher", "Subscriber", "Listener", "pubsub", "data store", "key value store", "redux" ] }