-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.32 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
{
"name": "terminal-slide-show",
"private": true,
"version": "0.9.0",
"description": "non-GUI slideshow that fetches new files from Google Drive, allowing you to update the slideshow remotely.",
"type": "module",
"scripts": {
"dev:frontend": "cd client && npm run dev",
"dev:backend": "cd server && npm run dev",
"dev": "concurrently \"npm run dev:backend\" \"npm run dev:frontend\"",
"build": "cd client && npm run build",
"preview": "cd client && npm run preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/asta-dhbw/Terminal-Slide-Show.git"
},
"keywords": [
"raspberry-pi",
"slideshow",
"terminal-slideshow",
"digital-signage",
"image-viewer",
"video-player",
"google-drive",
"remote-content",
"content-management",
"display-scheduling",
"metadata-editor",
"media-player",
"digital-display",
"framebuffer",
"raspberry-pi-display",
"content-sync",
"image-rotation",
"video-rotation",
"media-management",
"display-automation"
],
"author": "Christian Kerhault",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/asta-dhbw/Terminal-Slide-Show/issues"
},
"homepage": "https://github.com/asta-dhbw/Terminal-Slide-Show#readme",
"dependencies": {
"concurrently": "^9.1.2"
}
}