xref: /expo/packages/expo-sqlite/package.json (revision 62f76105)
1{
2  "name": "expo-sqlite",
3  "version": "11.7.1",
4  "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.",
5  "main": "build/index.js",
6  "types": "build/index.d.ts",
7  "sideEffects": false,
8  "scripts": {
9    "build": "expo-module build",
10    "clean": "expo-module clean",
11    "lint": "expo-module lint",
12    "test": "expo-module test",
13    "prepare": "expo-module prepare",
14    "prepublishOnly": "expo-module prepublishOnly",
15    "expo-module": "expo-module"
16  },
17  "keywords": [
18    "react-native",
19    "expo",
20    "sqlite",
21    "websql",
22    "sql"
23  ],
24  "repository": {
25    "type": "git",
26    "url": "https://github.com/expo/expo.git",
27    "directory": "packages/expo-sqlite"
28  },
29  "bugs": {
30    "url": "https://github.com/expo/expo/issues"
31  },
32  "author": "650 Industries, Inc.",
33  "license": "MIT",
34  "homepage": "https://docs.expo.dev/versions/latest/sdk/sqlite/",
35  "jest": {
36    "preset": "expo-module-scripts"
37  },
38  "dependencies": {
39    "@expo/websql": "^1.0.1"
40  },
41  "devDependencies": {
42    "expo-module-scripts": "^3.0.0"
43  },
44  "peerDependencies": {
45    "expo": "*"
46  }
47}
48