-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 944 Bytes
/
package.json
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
{
"name": "shortcut",
"version": "1.0.0",
"description": "A small node.js script to use my stream deck as an OBS remote control, macro keyboard and command sender in Linux",
"main": "index.js",
"scripts": {
"compile": "npx tsc"
},
"author": "luksab",
"license": "",
"dependencies": {
"@julusian/jpeg-turbo": "^1.1.1",
"@types/sharp": "^0.29.5",
"elgato-stream-deck": "^4.1.0",
"sharp": "^0.29.3",
"split": "^1.0.1",
"ws": "^8.4.0"
},
"devDependencies": {
"@tsconfig/node16": "^1.0.2",
"@tsconfig/recommended": "^1.0.1",
"@types/node": "^17.0.5",
"@types/source-map-support": "^0.5.4",
"@types/split": "^1.0.0",
"@types/ws": "^8.2.2",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"eslint": "^8.5.0",
"source-map-support": "^0.5.21",
"typescript": "^4.5.4"
}
}