-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.31 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.31 KB
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
40
41
42
43
44
45
{
"name": "companion-module-talktome-intercom",
"version": "1.0.1",
"main": "dist/main.js",
"description": "Bitfocus Companion module for talktome",
"license": "MIT",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/bitfocus/companion-module-talktome-intercom.git"
},
"bugs": {
"url": "https://github.com/bitfocus/companion-module-talktome-intercom/issues"
},
"homepage": "https://github.com/bitfocus/companion-module-talktome-intercom",
"engines": {
"node": "^22.20",
"yarn": "^4"
},
"scripts": {
"format": "prettier -w .",
"package": "yarn build && companion-module-build",
"build": "rimraf dist && tsc -p tsconfig.build.json",
"dev": "tsc -p tsconfig.build.json --watch",
"lint": "eslint .",
"check": "tsc -p tsconfig.json --noEmit",
"smoke": "node scripts/smoke-test.cjs"
},
"dependencies": {
"@companion-module/base": "~1.14.1",
"axios": "^1.15.0",
"socket.io-client": "^4.8.1"
},
"devDependencies": {
"@companion-module/tools": "^2.6.1",
"@types/node": "^22.19.3",
"eslint": "^9.39.2",
"prettier": "^3.7.4",
"rimraf": "^6.1.2",
"typescript": "~5.9.3",
"typescript-eslint": "^8.51.0"
},
"prettier": "@companion-module/tools/.prettierrc.json",
"packageManager": "yarn@4.12.0"
}