-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 976 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 976 Bytes
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
{
"name": "@appquality/stream-player",
"version": "1.0.109",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "MIT",
"author": {
"name": "AppQuality",
"email": "it@unguess.io"
},
"dependencies": {
"hls.js": "^1.4.8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AppQuality/stream-player.git"
},
"scripts": {
"release": "npm run build && npx auto shipit --base-branch=master",
"build": "npm run clean && rollup -c",
"clean": "rimraf build"
},
"peerDependencies": {
"styled-components": "^6.3.6"
},
"engines": {
"node": ">=20.17.0"
},
"devDependencies": {
"@types/react": "^18.2.0",
"@types/styled-components": "^5.1.26",
"auto": "^11.3.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.1",
"rollup": "^3.26.2",
"rollup-plugin-typescript2": "^0.35.0",
"styled-components": "^6.3.6",
"typescript": "^5.1.6"
}
}