-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
43 lines (43 loc) · 923 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
41
42
43
{
"name": "y-fire",
"version": "2.1.1",
"description": "A firebase (firestore) provider for Yjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/podraven/y-fire.git"
},
"keywords": [
"y-fire",
"yjs",
"firestore",
"crdt"
],
"author": "podraven",
"license": "MIT",
"bugs": {
"url": "https://github.com/podraven/y-fire/issues"
},
"homepage": "https://github.com/podraven/y-fire#readme",
"devDependencies": {
"@types/simple-peer": "^9.11.8",
"typescript": "^5.3.3"
},
"dependencies": {
"idb-keyval": "^6.2.1",
"simple-peer-light": "^9.10.0"
},
"peerDependencies": {
"firebase": "^10.7.1",
"y-protocols": "^1.0.6",
"yjs": "^13.6.12"
}
}