-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
52 lines (52 loc) · 1.27 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
52
{
"name": "y-supabase",
"version": "0.0.4-6-alpha",
"description": "Sync Yjs over supabase",
"sideEffects": false,
"main": "src/y-supabase.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/AlexDunmoiw/y-supabase.git"
},
"keywords": [
"Yjs"
],
"author": "Alex Dunmow <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AlexDunmow/y-supabase/issues"
},
"homepage": "https://github.com/AlexDunmow/y-supabase",
"dependencies": {
"@supabase/realtime-js": "^2.6.0",
"@supabase/supabase-js": "^2.7.0",
"debug": "^4.3.2",
"events": "^3.3.0",
"y-protocols": "^1.0.5",
"y-supabase": "^0.0.4-4-alpha"
},
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/events": "^3.0.0",
"@types/node": "^16.10.2",
"@types/websocket": "^1.0.5",
"prettier": "^2.8.3",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.9.5",
"yjs": "^13.5.0"
},
"peerDependencies": {
"yjs": "^13.5.6"
},
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json"
}
}