24 lines
531 B
JSON
24 lines
531 B
JSON
{
|
|
"name": "pixtimerPro",
|
|
"version": "3.0.2",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"format": "prettier -w .",
|
|
"package": "companion-module-build"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/bitfocus/companion-module-pixap-pixtimerpro.git"
|
|
},
|
|
"dependencies": {
|
|
"@companion-module/base": "~1.11.3"
|
|
},
|
|
"devDependencies": {
|
|
"@companion-module/tools": "^2.3.0",
|
|
"prettier": "^3.5.3"
|
|
},
|
|
"prettier": "@companion-module/tools/.prettierrc.json",
|
|
"packageManager": "yarn@4.9.1"
|
|
}
|