1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +00:00
fcast/receivers/webos/fcast-receiver-service/package.json
2025-05-09 10:44:26 -05:00

45 lines
1.3 KiB
JSON

{
"name": "com.futo.fcast.receiver.service",
"version": "1.1.0",
"description": "FCast network service",
"author": "FUTO",
"license": "MIT",
"main": "main.js",
"scripts": {
"build": "rm -rf dist/ && webpack --config ./webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "patch-package"
},
"devDependencies": {
"@eslint/js": "^9.25.0",
"@types/jest": "^29.5.11",
"@types/mdns": "^0.0.38",
"@types/node-forge": "^1.3.10",
"@types/qrcode": "^1.5.5",
"@types/webos-service": "^0.4.6",
"@types/webostvjs": "^1.2.6",
"@types/ws": "^8.5.10",
"copy-webpack-plugin": "^13.0.0",
"eslint": "^9.25.0",
"globals": "^16.0.0",
"jest": "^29.7.0",
"mdns-js": "github:mdns-js/node-mdns-js",
"patch-package": "^8.0.0",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.2",
"typescript": "^5.5.4",
"typescript-eslint": "^8.4.0",
"webpack": "^5.99.6",
"webpack-cli": "^6.0.1"
},
"dependencies": {
"http": "^0.0.1-security",
"log4js": "^6.9.1",
"url": "^0.11.4",
"uuid": "^11.0.3",
"ws": "^8.18.0"
},
"optionalDependencies": {
"utf-8-validate": "^6.0.5"
}
}