@camera.ui/go2rtc
Version:
camera.ui go2rtc package
68 lines (67 loc) • 1.72 kB
JSON
{
"name": "@camera.ui/go2rtc",
"version": "0.0.74",
"description": "camera.ui go2rtc package",
"author": "seydx (https://github.com/seydx/camera.ui)",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"default": "./dist/index.js"
}
},
"scripts": {
"build": "rimraf dist && tsc",
"format": "prettier --write 'src/' --ignore-unknown --no-error-on-unmatched-pattern",
"postinstall": "node dist/install.js",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"update": "updates --update ./",
"install-updates": "npm i --save",
"prepublishOnly": "npm i --package-lock-only && npm run lint:fix && npm run format && npm run build"
},
"dependencies": {
"axios": "^1.10.0",
"fs-extra": "11.3.0",
"unzipper": "^0.10.14"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^8.36.0",
"eslint": "^9.30.1",
"globals": "^16.3.0",
"prettier": "^3.6.2",
"typescript-eslint": "^8.36.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^24.0.12",
"@types/unzipper": "^0.10.11",
"concurrently": "^9.2.0",
"rimraf": "^6.0.1",
"typescript": "^5.8.3",
"updates": "^16.4.2"
},
"bugs": {
"url": "https://github.com/seydx/camera.ui/issues"
},
"engines": {
"node": ">=22.0.0"
},
"homepage": "https://github.com/seydx/camera.ui#readme",
"keywords": [
"camera.ui",
"go2rtc",
"camera",
"streaming",
"video",
"audio",
"rtc",
"webrtc",
"mse"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/seydx/camera.ui.git"
}
}