brella-transition
Version:
Generates the brella transition for OBS Studio.
36 lines (35 loc) • 802 B
JSON
{
"name": "brella-transition",
"version": "2.1.6",
"description": "Generates the brella transition for OBS Studio.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/*.js",
"dist/*.d.ts"
],
"scripts": {
"build": "tsc"
},
"author": "NorthWestWind",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@types/node": "^20.12.7",
"typescript": "^5.8.3"
},
"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"
}