forked from Braden1996/react-native-replicache
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.43 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
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "react-native-replicache",
"version": "0.0.0",
"private": true,
"engines": {
"node": "16.19.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/braden1996/react-native-replicache.git"
},
"author": "Braden Marshall <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/braden1996/react-native-replicache",
"bugs": {
"url": "https://github.com/braden1996/react-native-replicache/issues"
},
"packageManager": "[email protected]",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev --parallel",
"test": "turbo run test",
"test-typescript": "turbo run test",
"lint": "turbo run lint",
"lint-fix": "turbo run lint-fix",
"clean": "turbo run clean",
"clean-node-modules": "rm -rf **/node_modules",
"graph": "turbo run build --graph=graph.pdf",
"root:eslint": "cd $INIT_CWD && eslint",
"root:rimraf": "cd $INIT_CWD && rimraf",
"root:tsc": "cd $INIT_CWD && tsc"
},
"devDependencies": {
"eslint": "8.32.0",
"eslint-config-universe": "^11.1.1",
"prettier": "^2.8.3",
"rimraf": "^4.3.0",
"syncpack": "^9.3.2",
"turbo": "latest",
"typescript": "~4.9.4"
},
"workspaces": {
"packages": [
"packages/example/*",
"packages/deep-freeze",
"packages/react-native-expo-sqlite",
"packages/react-native-quick-sqlite",
"packages/replicache-generic-sqlite"
]
}
}