UNPKG

react-native-sqlite-helper

Version:

react-native-sqlite-helper is based on andpor/react-native-sqlite-storage

55 lines (54 loc) 1.6 kB
{ "name": "react-native-sqlite-helper", "version": "1.1.4", "description": "react-native-sqlite-helper is based on andpor/react-native-sqlite-storage", "main": "lib/sqlite-helper.js", "scripts": { "bootstrap": "npm install && cd example && npm install", "android": "cd example && npm run android", "preandroid": "npm run build", "start": "cd example && npm start", "prestart": "npm run build", "build": "babel src --out-dir lib --copy-files && babel src --out-dir example/lib --copy-files", "prepare": "npm run build", "test": "jest" }, "jest": { "preset": "react-native" }, "repository": { "type": "git", "url": "git+https://github.com/longlongago2/react-native-sqlite-helper.git" }, "keywords": [ "react-native", "react-native-sqlite-storage", "SQLite3", "sqlite", "native", "plugin" ], "author": "longlongago2", "license": "MIT", "bugs": { "url": "https://github.com/longlongago2/react-native-sqlite-helper/issues" }, "homepage": "https://github.com/longlongago2/react-native-sqlite-helper#readme", "dependencies": { "react-native": "^0.62.2", "react-native-sqlite-storage": "^5.0.0" }, "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.9.6", "@babel/preset-env": "^7.9.6", "babel-jest": "^26.0.1", "eslint": "^7.0.0", "eslint-config-airbnb-base": "^14.1.0", "eslint-plugin-import": "^2.20.2", "jest": "^26.0.1", "metro-react-native-babel-preset": "^0.59.0", "prettier": "^2.0.5", "prettier-eslint": "^9.0.1" } }