forked from dflourusso/expo-sqlite-orm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 886 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": "@esign/expo-sqlite-orm",
"version": "2.3.1",
"description": "Simple orm for expo",
"main": "lib/index.js",
"author": "Daniel Fernando Lourusso <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/esign/expo-sqlite-orm.git"
},
"keywords": [
"expo",
"sqlite",
"react-native",
"orm"
],
"scripts": {
"test": "jest",
"build": "tsc"
},
"files": [
"lib/"
],
"devDependencies": {
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"babel-eslint": "^10.1.0",
"eslint": "^5.6.0",
"eslint-plugin-jest": "^21.22.0",
"expo-sqlite": "~14.0.3",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"typescript": "^5.4.5"
},
"peerDependencies": {
"expo-sqlite": "^14.0.3"
}
}