-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 742 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 742 Bytes
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
{
"name": "teslacam-viewer",
"type": "module",
"version": "1.0.0",
"private": true,
"description": "Astro viewer for TeslaCam Saved & Sentry clips with a synced 4-camera player.",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"start": "node ./dist/server/entry.mjs",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^9.1.3",
"@simplewebauthn/browser": "^13.3.0",
"@simplewebauthn/server": "^13.3.1",
"astro": "^5.5.4",
"bonjour-service": "^1.4.0",
"multicast-dns": "^7.2.5",
"otplib": "^13.4.0",
"pg": "^8.21.0",
"qrcode": "^1.5.4"
},
"devDependencies": {
"@types/pg": "^8.20.0",
"@types/qrcode": "^1.5.6"
}
}