-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.5 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.5 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "stream-sub-server",
"version": "1.0.0",
"description": "sub node for streaming server",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js",
"start_pro": "nodemon server_pro.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@xmldom/xmldom": "^0.9.8",
"axios": "^1.5.1",
"bcryptjs": "^2.4.3",
"blessed": "^0.1.81",
"body-parser": "^1.20.2",
"cli-progress": "^3.12.0",
"connect": "^3.7.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"ffmpeg": "^0.0.4",
"fluent-ffmpeg": "^2.1.3",
"form-data": "^4.0.0",
"hls-server": "^1.5.0",
"http-attach": "^1.0.0",
"http-server": "^14.1.1",
"iconv-lite": "^0.6.3",
"jsonwebtoken": "^9.0.2",
"moment": "^2.29.4",
"mongoose": "^8.0.3",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"node-media-server": "^2.6.2",
"node-rtsp-stream": "^0.0.9",
"request": "^2.88.2",
"slugify": "^1.6.6",
"stream-sub-server": "file:",
"tslib": "^2.5.0"
},
"devDependencies": {
"eslint": "^8.38.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"nodemon": "^2.0.22",
"prettier": "^2.8.7"
}
}