expo-sqlite-query-helper-next
Version:
SQLite query helper library for expo-sqlite
35 lines (34 loc) • 897 B
JSON
{
"name": "expo-sqlite-query-helper-next",
"version": "1.1.6",
"description": "SQLite query helper library for expo-sqlite",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"tsc": "tsc -p tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kesylo/expo-sqlite-query-helper"
},
"keywords": [
"expo",
"react-native",
"sqlite",
"expo-sqlite",
"expo-sqlite-helper",
"sqlite-query-builder"
],
"author": "kesylo",
"license": "MIT",
"bugs": {
"url": "https://github.com/kesylo/expo-sqlite-query-helper/issues"
},
"homepage": "https://github.com/kesylo/expo-sqlite-query-helper#readme",
"peerDependencies": {
"expo": "^45.0.0",
"expo-sqlite": "^10.2.0",
"react": "^17.0.2"
}
}