-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1017 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1017 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "companion-module-google-slidescontroller",
"version": "1.4.9",
"description": "Bitfocus Companion module for Google Slides Opener / Google Slides Controller",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"package": "companion-module-build",
"pack:import": "bash scripts/pack-import-tgz.sh",
"format": "prettier -w ."
},
"keywords": [
"companion",
"bitfocus",
"google-slides"
],
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/bitfocus/companion-module-google-slidescontroller.git"
},
"engines": {
"node": "^22.20",
"yarn": "^4"
},
"dependencies": {
"@companion-module/base": "~1.14.1"
},
"devDependencies": {
"@companion-module/tools": "^2.6.1",
"prettier": "^3.7.4"
},
"resolutions": {
"serialize-javascript": ">=7.0.5"
},
"prettier": "@companion-module/tools/.prettierrc.json",
"packageManager": "yarn@4.12.0"
}