mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-06-24 21:25:23 +00:00
48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"name": "com.futo.fcast.receiver",
|
|
"version": "1.0.0",
|
|
"description": "An application implementing a FCast receiver.",
|
|
"author": "FUTO",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "rm -rf dist/ && rm -rf FCastReceiver/dist/ && webpack --config ./webpack.config.js && cp -r dist/ FCastReceiver/dist/",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.10.0",
|
|
"@types/jest": "^29.5.11",
|
|
"@types/mdns": "^0.0.38",
|
|
"@types/node-forge": "^1.3.10",
|
|
"@types/qrcode": "^1.5.5",
|
|
"@types/tizen-common-web": "^2.0.6",
|
|
"@types/tizen-tv-webapis": "^2.0.6",
|
|
"@types/webostvjs": "^1.2.6",
|
|
"@types/workerpool": "^6.1.1",
|
|
"@types/ws": "^8.5.10",
|
|
"copy-webpack-plugin": "^12.0.2",
|
|
"eslint": "^9.10.0",
|
|
"globals": "^15.9.0",
|
|
"jest": "^29.7.0",
|
|
"mdns-js": "github:mdns-js/node-mdns-js",
|
|
"ts-jest": "^29.1.1",
|
|
"ts-loader": "^9.4.2",
|
|
"typescript": "^5.5.4",
|
|
"typescript-eslint": "^8.4.0",
|
|
"webpack": "^5.75.0",
|
|
"webpack-cli": "^5.0.1"
|
|
},
|
|
"dependencies": {
|
|
"bufferutil": "^4.0.8",
|
|
"dashjs": "^4.7.4",
|
|
"hls.js": "^1.5.15",
|
|
"http": "^0.0.1-security",
|
|
"https": "^1.0.0",
|
|
"log4js": "^6.9.1",
|
|
"qrcode": "^1.5.3",
|
|
"tizen-common-web": "^2.0.1",
|
|
"tizen-tv-webapis": "^2.0.0",
|
|
"url": "^0.11.3",
|
|
"uuid": "^9.0.1",
|
|
"ws": "^8.14.2"
|
|
}
|
|
}
|