-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
68 lines (68 loc) · 1.63 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "fun.shiro.ytmd.sdplugin",
"version": "2.2.0",
"description": "",
"scripts": {
"watch": "start watchify --debug -p tsify src/ytmd-pi.ts -o bundle-pi.js && start watchify --debug -p tsify src/ytmd.ts -o bundle.js",
"build": "node scripts/build.js"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/XeroxDev/YTMD-StreamDeck.git"
},
"author": "XeroxDev",
"license": "MIT",
"bugs": {
"url": "https://github.com/XeroxDev/YTMD-StreamDeck/issues"
},
"homepage": "https://github.com/XeroxDev/YTMD-StreamDeck#readme",
"dependencies": {
"streamdeck-typescript": "^3.2.0",
"ytmdesktop-ts-companion": "^1.0.5"
},
"keywords": [
"music",
"plugin",
"app",
"deck",
"youtube",
"stream",
"addon",
"desktop",
"volume",
"streamdeck",
"stream-deck",
"ytmd",
"ytmd-app",
"youtube-music-desktop-app",
"youtube-music-desktop",
"companion-server",
"ytmd-streamdeck"
],
"devDependencies": {
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@tsconfig/recommended": "^1.0.3",
"@types/chai": "^4.3.11",
"@types/mocha": "^8.2.3",
"@types/node": "^14.18.63",
"browserify": "^17.0.0",
"chai": "^4.4.1",
"esm": "^3.2.25",
"husky": "^3.1.0",
"jsdom": "^16.7.0",
"jsdom-global": "^3.0.2",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"terser": "^5.27.0",
"ts-node": "^10.9.2",
"tsify": "^5.0.4",
"typescript": "^5.3.3",
"watchify": "^4.0.0"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}