-
-
Notifications
You must be signed in to change notification settings - Fork 89
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.16 KB
/
package.json
File metadata and controls
46 lines (46 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
44
45
46
{
"name": "@webtor/embed-sdk-js",
"version": "0.2.19",
"description": "Webtor.io embed SDK for online torrent streaming and download on your site",
"main": "src/index.js",
"browserslist": "> 2%, not dead",
"repository": {
"type": "git",
"url": "https://github.com/webtor-io/embed-sdk-js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production",
"watch": "webpack --watch",
"example": "http-server -p 9009"
},
"files": [
"dist/"
],
"keywords": [
"webtor",
"torrent",
"streaming",
"sdk",
"player"
],
"homepage": "https://webtor.io",
"author": "Pavel Tatarskiy",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.26.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.7",
"babel-loader": "^9.2.1",
"http-server": "^14.1.1",
"terser-webpack-plugin": "^5.3.11",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"@open-iframe-resizer/core": "^1.3.0"
},
"dependencies": {
"@babel/runtime": "^7.26.7",
"debug": "^4.4.0"
}
}