-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 914 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
{
"name": "shimital-rtsp-app",
"version": "1.0.0",
"description": "app for displaying rtsp streaming",
"main": "index.js",
"scripts": {
"start": "node dist/server.js",
"build": "tsc"
},
"keywords": [],
"author": "shimital",
"license": "ISC",
"dependencies": {
"bcrypt": "5.0.0",
"cookie-session": "^1.3.3",
"express": "^4.17.1",
"mongodb": "^3.4.1",
"node-rtsp-stream": "0.0.8"
},
"devDependencies": {
"@types/bcrypt": "^3.0.0",
"@types/cookie-session": "^2.0.37",
"@types/express": "^4.17.2",
"@types/mongodb": "3.3.14",
"@types/node": "^13.1.0",
"eslint": "4.18.2",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-promise": "3.5.0",
"typescript": "3.7.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shimital/rtsp-app.git"
},
"homepage": "https://github.com/shimital/rtsp-app#readme"
}