UNPKG

rn-async-database

Version:

A simple database base on react-native AsyncStorage.

59 lines (58 loc) 1.4 kB
{ "name": "rn-async-database", "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 --presets es2015,stage-0 --out-dir lib", "test": "jest --verbose" }, "repository": { "type": "git", "url": "https://github.com/jxnata/rn-async-database.git" }, "jest": { "scriptPreprocessor": "<rootDir>/node_modules/babel-jest", "testPathIgnorePatterns": [ "/node_modules/" ], "testFileExtensions": [ "js" ], "testPathDirs": [ "src" ], "unmockedModulePathPatterns": [ "promise", "source-map" ] }, "keywords": [ "react-component", "react-native", "ios", "android", "react", "AsyncStorage", "dataBase" ], "author": "thewei", "license": "MIT", "bugs": { "url": "https://github.com/jxnata/rn-async-database/issues" }, "homepage": "https://github.com/jxnata/rn-async-database", "devDependencies": { "babel-cli": "^6.4.0", "babel-jest": "^6.0.1", "babel-preset-es2015": "^6.3.13", "babel-preset-stage-0": "^6.3.13", "jest": "^26.6.3", "jest-cli": "^0.8.2", "react-native": "^0.64.1" }, "dependencies": { "@react-native-async-storage/async-storage": "^1.15.1" } }