-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.06 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
{
"name": "y-op-sqlite",
"version": "1.0.7",
"description": "",
"main": "./dist/y-op-sqlite.cjs",
"module": "./dist/y-op-sqlite.mjs",
"types": "./dist/index.d.ts",
"sideEffects": false,
"type": "module",
"scripts": {
"test": "vitest",
"build": "tsc --noEmit && vite build && dts-bundle-generator --config ./dts-bundle-generator.config.ts"
},
"keywords": [
"yjs",
"op-sqlite",
"sqlite",
"local-first",
"offline-first",
"realtime",
"collaboration",
"yjs-provider",
"yjs-provider-sqlite",
"yjs-provider-op-sqlite",
"react-native",
"expo"
],
"author": "Malte <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/malte-j/y-op-sqlite.git"
},
"devDependencies": {
"@types/node": "^20.12.7",
"dts-bundle-generator": "^9.5.1",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vitest": "^1.5.3"
},
"dependencies": {
"lib0": "^0.2.93"
},
"peerDependencies": {
"yjs": "^13.0.0",
"@op-engineering/op-sqlite": "^3.0.0"
}
}