-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 1.47 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
{
"name": "spotuya",
"version": "2.1.0",
"description": "A simple background process to automatically change the color of your Tuya LED lights based on the cover art of the song you're listening to on Spotify.",
"main": "bin/spotuya.js",
"repository": "https://github.com/xbl4z3r/spotuya",
"bugs": {
"url": "https://github.com/xbl4z3r/spotuya/issues"
},
"homepage": "https://github.com/xbl4z3r/spotuya#readme",
"bin": {
"spotuya": "bin/spotuya.js"
},
"scripts": {
"start": "node . start",
"debug": "node . start --debug"
},
"type": "module",
"keywords": [
"tuya",
"spotify",
"automatation",
"lights",
"music",
"color",
"iot",
"nodejs",
"javascript",
"script",
"integration",
"api",
"spotify-web-api-node",
"tuyapi",
"node-vibrant",
"color-convert",
"chalk",
"xbl4z3r",
"spotuya",
"spotify-tuya",
"rgb",
"replit",
"pm2",
"express",
"inquirer",
"request",
"request-promise",
"open",
"dotenv"
],
"author": "xbl4z3r",
"license": "GPL-3.0",
"dependencies": {
"@tuya/tuya-connector-nodejs": "^2.1.2",
"chalk": "^5.3.0",
"color-convert": "^2.0.1",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"inquirer": "^9.2.11",
"node-vibrant": "^3.2.1-alpha.1",
"open": "^10.0.2",
"pm2": "^5.3.1",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"spotify-web-api-node": "^5.0.2",
"tuyapi": "^7.5.2"
}
}