Initial commit

This commit is contained in:
2024-01-25 17:13:10 -05:00
committed by GitHub
commit 79dccc9709
12 changed files with 215 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"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"
}