mirror of
https://github.com/RavenX8/companion-module-streamer.bot-api.git
synced 2026-04-03 12:48:54 -04:00
21 lines
438 B
JSON
21 lines
438 B
JSON
{
|
|
"name": "your-module-name",
|
|
"version": "0.1.0",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"format": "prettier -w ."
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/bitfocus/companion-module-your-module-name.git"
|
|
},
|
|
"dependencies": {
|
|
"@companion-module/base": "~1.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@companion-module/tools": "^1.4.1"
|
|
},
|
|
"prettier": "@companion-module/tools/.prettierrc.json"
|
|
}
|