-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 1009 Bytes
/
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
{
"name": "dvb-i-tools",
"version": "1.7.3",
"description": "DVB-I V&V Tools - up to A177r7",
"main": "all-in-one.js",
"type": "module",
"private": true,
"author": "Paul Higgs <[email protected]>",
"bugs": {
"url": "https://github.com/paulhiggs/dvb-i-tools/issues"
},
"dependencies": {
"@datastructures-js/binary-search-tree": "^5.3.2",
"chalk": "^5.3.0",
"command-line-args": "^6.0.1",
"command-line-usage": "^7.0.3",
"cors": "^2.8.5",
"express": "^4.21.2",
"express-fileupload": "^1.5.1",
"express-session": "^1.18.1",
"libxmljs2": "^0.35.0",
"morgan": "^1.10.0",
"serve-favicon": "^2.5.0",
"sync-fetch": "^0.6.0-2",
"xml-formatter": "^3.6.3",
"xmllint": "^0.1.1"
},
"engines": {
"node": ">= 20.10.0",
"npm": ">= 10.8.1"
},
"scripts": {
"start": "node all-in-one.js"
},
"repository": {
"type": "git",
"url": "https://github.com/paulhiggs/dvb-i-tools"
},
"devDependencies": {
"eslint": "^9.11.1"
}
}