-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.16 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.16 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
{
"name": "KVSBrowserIngestion",
"version": "1.0.0",
"description": "Amazon Kinesis Video Streams Browser-based ingestion with JavaScript",
"repository": {
"type": "git",
"url": "https://github.com/niyatim23/amazon-kinesis-video-streams-demos.git"
},
"main": "index.js",
"scripts": {
"build": "webpack --mode=development",
"test": "jest"
},
"keywords": [],
"author": "Niyati Maheshwari",
"license": "Apache-2.0",
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-standard": "^14.1.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"html-loader": "^1.1.0",
"jest": "^29.7.0",
"webpack": "^5.105.0",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"@ffmpeg/ffmpeg": "^0.8.3",
"aws-sdk": "^2.1354.0",
"aws4": "^1.10.0",
"crypto-browserify": "^3.12.0",
"glob-parent": "^6.0.2",
"json-schema": "^0.4.0",
"node-notifier": "^10.0.1",
"nth-check": "^2.1.1",
"recordrtc": "^5.6.1",
"url": "^0.11.4"
}
}