forked from AxisCommunications/media-stream-library-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.19 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.19 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
{
"name": "media-js",
"description": "Media libraries for Node and the Web.",
"private": true,
"version": "13.1.1",
"repository": {
"type": "git",
"url": "https://github.com/AxisCommunications/media-stream-library-js"
},
"workspaces": [
"example-overlay-react",
"example-player-react",
"example-player-webcomponent",
"example-streams-node",
"example-streams-web",
"overlay",
"player",
"streams",
"tools"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"c8": "9.1.0",
"cmd-ts": "0.13.0",
"cypress": "13.6.2",
"dpdm": "3.14.0",
"dprint": "0.45.0",
"esbuild": "0.19.11",
"eslint": "8.56.0",
"eslint-plugin-deprecation": "2.0.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-simple-import-sort": "10.0.0",
"http-server": "14.1.1",
"license-checker": "25.0.1",
"media-stream-library": "file:streams",
"npm-check-updates": "16.14.12",
"semver": "7.5.4",
"stylelint": "16.1.0",
"tsx": "4.7.0",
"typescript": "5.3.3",
"yargs": "17.7.2"
}
}