forked from AxisCommunications/media-stream-library-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.19 KB
/
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
43
44
45
46
{
"name": "media-js",
"description": "Media libraries for Node and the Web.",
"private": true,
"version": "13.0.0",
"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": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"c8": "8.0.1",
"cmd-ts": "0.13.0",
"cypress": "13.3.0",
"dpdm": "3.14.0",
"dprint": "0.41.0",
"esbuild": "0.19.4",
"eslint": "8.51.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.5",
"semver": "7.5.4",
"stylelint": "15.10.3",
"tsx": "3.13.0",
"typescript": "5.2.2",
"yargs": "17.7.2"
}
}