-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1006 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1006 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
{
"name": "crhunters-stream-deck",
"version": "1.0.0",
"description": "",
"main": "./dist/main.js",
"scripts": {
"lint": "tslint --fix --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon --watch src --ext ts --exec 'ts-node src/main.ts'"
},
"author": "",
"license": "MIT",
"devDependencies": {
"elgato-stream-deck": "^2.1.1",
"gulp": "^4.0.0",
"gulp-help": "^1.6.1",
"gulp-nodemon": "^2.4.2",
"gulp-typescript": "^5.0.1",
"gulp-util": "^3.0.8",
"gulp-watch": "^5.0.1",
"mime": "^2.4.1",
"obs-websocket-js": "^3.0.0",
"text2png": "^2.1.0",
"typescript": "^3.4.1"
},
"dependencies": {
"@types/fs-extra": "^5.0.5",
"@types/lodash": "^4.14.123",
"@types/sharp": "^0.22.1",
"canvas": "^2.4.1",
"fs-extra": "^7.0.1",
"jimp": "^0.6.1",
"lodash": "^4.17.11",
"lodash.debounce": "^4.0.8",
"sharp": "^0.22.0"
}
}