forked from craftzdog/react-native-sqlite-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 922 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
{
"name": "react-native-sqlite-2",
"version": "3.4.1",
"description": "SQLite Storage for React Native",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/craftzdog/react-native-sqlite-2.git"
},
"bugs": {
"url": "https://github.com/craftzdog/react-native-sqlite-2/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src"
},
"keywords": [
"react-native",
"pouchdb"
],
"author": "Takuya Matsuyama <hi@craftz.dog>",
"license": "Apache-2.0",
"peerDependencies": {
"react-native": ">= 0.60.0"
},
"dependencies": {
"lodash.map": "^4.6.0",
"lodash.zipobject": "^4.1.3",
"websql": "^2.0.3"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.25.1",
"prettier": "^2.3.2"
}
}