This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
2021-04-02 02:24:13 +03:00

55 lines
1.4 KiB
JSON

{
"name": "expo-sqlite",
"version": "8.5.0",
"description": "Provides access to a database that can be queried through a WebSQL-like API (https://www.w3.org/TR/webdatabase/). The database is persisted across restarts of your app.",
"main": "build/index.js",
"types": "build/index.d.ts",
"sideEffects": false,
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module"
},
"keywords": [
"react-native",
"expo",
"sqlite",
"websql",
"sql"
],
"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.io/versions/latest/sdk/sqlite/",
"jest": {
"preset": "expo-module-scripts/ios"
},
"unimodulePeerDependencies": {
"@unimodules/core": "*"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"dependencies": {
"@expo/websql": "^1.0.1",
"lodash": "^4.17.15"
},
"devDependencies": {
"@types/lodash.zipobject": "^4.1.4",
"expo-module-scripts": "~1.2.0"
},
"gitHead": "bc6b4b3bc3cb5e44e477f145c72c07ed09588651"
}