forked from ntanis-dev/essentials-for-spotify
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 958 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 958 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
{
"name": "essentials-for-spotify",
"version": "1.1.0.4",
"description": "Effortlessly control your Spotify through your Elgato Stream Deck.",
"author": "https://github.com/ntanis-dev",
"license": "ISC",
"main": "index.js",
"type": "module",
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w --watch.onEnd=\"streamdeck restart com.ntanis.essentials-for-spotify\""
},
"devDependencies": {
"@elgato/cli": "^0.1.0",
"@rollup/plugin-commonjs": "^25.0.5",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.5",
"@types/node": "20.1.7",
"rollup": "^4.0.2",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
},
"dependencies": {
"@elgato/streamdeck": "^0.1.0",
"@rollup/plugin-json": "^6.1.0",
"@tsconfig/node20": "^20.1.2",
"cacheable-lookup": "^7.0.0",
"express": "^4.18.2",
"rollup-plugin-copy": "^3.5.0",
"undici": "^6.22.0",
"uuid": "^13.0.0"
}
}