forked from andpor/react-native-sqlite-storage
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 993 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "react-native-sqlite-storage",
"version": "6.0.1",
"description": "SQLite3 bindings for React Native (Android & iOS)",
"main": "sqlite.js",
"scripts": {
"test": "echo \"Error: no test specified yet\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/andpor/react-native-sqlite-storage.git"
},
"keywords": [
"react-native-sqlite-storage",
"react-native-sqlite",
"react-component",
"reactnative",
"react-native",
"sqlite",
"sqlite3",
"ios",
"android",
"promise",
"cordova-sqlite-storage"
],
"author": "Andrzej Porebski",
"license": "MIT",
"bugs": {
"url": "https://github.com/andpor/react-native-sqlite-storage/issues"
},
"homepage": "https://github.com/andpor/react-native-sqlite-storage",
"peerDependencies": {
"react-native": ">=0.14.0"
},
"devDependencies": {
"react": "16.13.1",
"react-native": "^0.63.2",
"react-native-windows": "^0.63.6"
}
}