-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.09 KB
/
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
{
"author": "Ruben Shalimov <[email protected]>",
"bugs": {
"url": "https://github.com/RobinBobin/simple-sql-query-builder/issues"
},
"dependencies": {
"@types/react-native-sqlite-storage": "^6.0.5",
"radashi": "^12.3.0",
"simple-common-utils": "^3.1.4",
"type-fest": "^4.30.0"
},
"description": "A simple SQL query builder.",
"devDependencies": {
"@robinbobin/ts-eslint-prettier": "^2.1.0",
"eslint": "^9.16.0",
"prettier": "^3.4.2",
"typescript": "^5.7.2"
},
"files": [
"eslintRuleOptions",
"js",
"src"
],
"homepage": "https://github.com/RobinBobin/simple-sql-query-builder#readme",
"keywords": [
"react native",
"sql query builder"
],
"license": "MIT",
"main": "js/src/index.js",
"name": "simple-sql-query-builder",
"packageManager": "[email protected]+sha512.c8180b3fbe4e4bca02c94234717896b5529740a6cbadf19fa78254270403ea2f27d4e1d46a08a0f56c89b63dc8ebfd3ee53326da720273794e6200fcf0d184ab",
"repository": "github:RobinBobin/simple-sql-query-builder.git",
"scripts": {
"prepack": "./prepack.sh"
},
"version": "2.0.1"
}