-
Notifications
You must be signed in to change notification settings - Fork 81
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 862 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 862 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
30
31
32
33
34
35
{
"name": "mediathekviewweb",
"version": "1.0.0",
"description": "Web version of Mediathekview",
"repository": {
"type": "git",
"url": "https://github.com/mediathekview/mediathekviewweb.git"
},
"main": "app.js",
"scripts": {
"build": "rm -rf dist && tsc && cp -r node_modules dist/",
"build:watch": "tsc --watch"
},
"author": "Patrick Hein",
"license": "GPLv3",
"dependencies": {
"@opensearch-project/opensearch": "3.5",
"@valkey/valkey-glide": "2.1",
"compression": "1.8",
"express": "5.2",
"got": "14.6",
"line-reader": "0.4",
"lzma-native": "8.0",
"moment": "2.30",
"rss": "1.2"
},
"devDependencies": {
"@types/compression": "1.8",
"@types/express": "5.0",
"@types/line-reader": "0.0.37",
"@types/node": "24",
"@types/rss": "0.0",
"typescript": "5.9"
}
}