UNPKG

@fuadop/react-native-store

Version:

A simple database base on react-native AsyncStorage.

55 lines (54 loc) 1.32 kB
{ "name": "@fuadop/react-native-store", "version": "0.1.3", "description": "A simple database base on react-native AsyncStorage.", "main": "./lib/index.js", "scripts": { "watch": "babel src --watch --presets es2015,stage-0 --out-dir lib", "build": "babel src --out-dir lib", "test": "jest --verbose" }, "repository": { "type": "git", "url": "https://github.com/fuadop/react-native-store.git" }, "jest": { "transform": { ".*": "<rootDir>/node_modules/babel-jest" }, "testPathIgnorePatterns": [ "/node_modules/" ], "roots": [ "src" ], "unmockedModulePathPatterns": [ "promise", "source-map" ] }, "keywords": [ "react-component", "react-native", "ios", "android", "react", "AsyncStorage", "dataBase" ], "author": "fuadop", "license": "MIT", "bugs": { "url": "https://github.com/fuadop/react-native-store/issues" }, "homepage": "https://github.com/fuadop/react-native-store", "devDependencies": { "@babel/cli": "^7.16.0", "@babel/plugin-proposal-object-rest-spread": "^7.16.5", "@babel/preset-env": "^7.16.5", "babel-jest": "^27.4.5", "jest": "^27.4.5", "react-native": "^0.18.0-rc", "@react-native-async-storage/async-storage": "^1.15.14" } }