UNPKG

brella-transition-bin

Version:
49 lines (48 loc) 1.18 kB
{ "name": "brella-transition-bin", "version": "2.1.2", "description": "Generates the brella transition for OBS Studio.", "main": "dist/bin/program.js", "bin": { "brella-transition": "dist/bin/program.js" }, "types": "dist/bin/program.d.ts", "files": [ "dist/bin/**/*" ], "scripts": { "build": "tsc", "start": "node dist/bin/program.js", "test": "tsx src/program.ts" }, "author": "NorthWestWind", "license": "GPL-3.0-or-later", "devDependencies": { "@types/node": "^20.12.7", "tsx": "^4.19.4", "typescript": "^5.4.5" }, "dependencies": { "@brillout/import": "^0.2.6", "brella-transition": "^2.1.2", "commander": "^12.0.0", "ffmpeg-stream": "^1.0.1", "sanitize-filename": "^1.6.3", "skia-canvas": "^2.0.2" }, "repository": { "type": "git", "url": "git+https://github.com/North-West-Wind/brella-transition.git" }, "keywords": [ "obs", "obs-studio", "transition", "generator", "brella" ], "bugs": { "url": "https://github.com/North-West-Wind/brella-transition/issues" }, "homepage": "https://github.com/North-West-Wind/brella-transition#readme" }