expo-sqlite
Version:
Provides access to a database using SQLite (https://www.sqlite.org/). The database is persisted across restarts of your app.
75 lines • 2.04 kB
JSON
{
"name": "expo-sqlite",
"version": "56.0.4",
"description": "Provides access to a database using SQLite (https://www.sqlite.org/). The database is persisted across restarts of your app.",
"main": "build/index.js",
"types": "build/index.d.ts",
"sideEffects": [
"./localStorage/install.js"
],
"exports": {
"./package.json": "./package.json",
".": {
"default": "./build/index.js",
"types": "./build/index.d.ts"
},
"./kv-store": {
"default": "./kv-store.js",
"types": "./kv-store.d.ts"
},
"./localStorage/install": {
"default": "./localStorage/install.js"
},
"./app.plugin.js": "./app.plugin.js",
"./plugin": "./plugin/build/index.js"
},
"keywords": [
"react-native",
"expo",
"sqlite",
"sql",
"storage",
"async-storage"
],
"repository": {
"type": "git",
"url": "https://github.com/expo/expo.git",
"directory": "packages/expo-sqlite"
},
"bugs": {
"url": "https://github.com/expo/expo/issues"
},
"author": "650 Industries, Inc.",
"license": "MIT",
"homepage": "https://docs.expo.dev/versions/latest/sdk/sqlite/",
"jest": {
"preset": "expo-module-scripts"
},
"dependencies": {
"await-lock": "^2.2.2"
},
"devDependencies": {
"@testing-library/react-native": "^13.3.0",
"@types/better-sqlite3": "^7.6.6",
"@types/node": "^22.14.0",
"@types/react": "~19.2.0",
"better-sqlite3": "^11.6.0",
"react-error-boundary": "^4.0.11",
"expo-module-scripts": "56.0.2",
"expo": "56.0.3"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
},
"gitHead": "125e8225bf36a4b9b2a159441d9ea724bcf1110f",
"scripts": {
"build": "expo-module build",
"bundle:webui": "pushd dev-plugin-webui && bun run build && popd && rm -rf dev-plugin-dist && mv dev-plugin-webui/dist dev-plugin-dist",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"expo-module": "expo-module"
}
}