UNPKG

@camera.ui/types

Version:
62 lines (61 loc) 1.78 kB
{ "name": "@camera.ui/types", "version": "0.0.92", "description": "camera.ui types", "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/index.js", "default": "./dist/index.js" } }, "type": "module", "scripts": { "build": "rimraf dist && tsc --project tsconfig.node.json && rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript", "format": "prettier --write 'src/' --ignore-unknown --no-error-on-unmatched-pattern", "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": { "rxjs": "^7.8.2" }, "devDependencies": { "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-typescript": "^12.1.2", "@stylistic/eslint-plugin": "^4.4.1", "@types/multicast-dns": "^7.2.4", "@types/node": "^24.0.1", "@typescript-eslint/parser": "^8.34.0", "eslint": "^9.29.0", "globals": "^16.2.0", "prettier": "^3.5.3", "rimraf": "^6.0.1", "rollup": "^4.43.0", "rollup-plugin-dts": "6.1.1", "sharp": "^0.34.2", "tsyringe": "^4.10.0", "typescript": "^5.8.3", "typescript-eslint": "^8.34.0", "updates": "^16.4.2", "werift": "0.22.1", "werift-rtp": "^0.8.4" }, "author": "seydx (https://github.com/seydx/camera.ui)", "bugs": { "url": "https://github.com/seydx/camera.ui/issues" }, "homepage": "https://github.com/seydx/camera.ui#readme", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/seydx/camera.ui.git" }, "keywords": [ "camera.ui", "types", "sdk" ] }