-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.17 KB
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
{
"name": "tldraw-sync-gcp",
"private": true,
"version": "1.0.0",
"description": "Tldraw GCP Marketplace Backend",
"type": "module",
"main": "dist/index.js",
"scripts": {
"dev": "tsx watch --clear-screen=false --env-file=.env src/index.ts",
"build": "tsc",
"start": "node -r dotenv/config dist/index.js",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@google-cloud/storage": "^7.17.3",
"@tldraw/sync-core": "^4.2.0",
"@tldraw/tlschema": "^4.2.0",
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"express": "^5.1.0",
"lodash.throttle": "^4.1.1",
"open-graph-scraper": "^6.10.0",
"prom-client": "^15.1.3",
"redis": "^5.9.0",
"ws": "^8.18.3"
},
"devDependencies": {
"@types/cors": "^2.8.19",
"@types/express": "^4.17.21",
"@types/lodash.throttle": "^4.1.9",
"@types/node": "^20.12.12",
"@types/ws": "^8.5.10",
"prettier": "^3.5.3",
"tsx": "^4.20.6",
"typescript": "^5.4.5"
},
"packageManager": "yarn@4.11.0+sha512.4e54aeace9141df2f0177c266b05ec50dc044638157dae128c471ba65994ac802122d7ab35bcd9e81641228b7dcf24867d28e750e0bcae8a05277d600008ad54"
}