-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
41 lines (41 loc) · 897 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
32
33
34
35
36
37
38
39
40
41
{
"name": "zenmusic",
"version": "1.0.0",
"description": "Zen sonos project",
"main": "index.js",
"scripts": {
"pretest": "if [ ! -f 'config/config.json' ]; then cp 'config/config.json.example' 'config/config.json'; fi",
"test": "mocha --reporter spec"
},
"keywords": [
"sonos",
"slack",
"spotify",
"slackonos"
],
"repository": {
"type:": "git",
"url": "[email protected]:htilly/zenmusic.git"
},
"devDependencies": {
"mocha": "^11.1.0",
"chai": "5.1.2"
},
"author": "",
"license": "ISC",
"dependencies": {
"@slack/rtm-api": "^7.0.2",
"@slack/web-api": "^7.8.0",
"nconf": "^0.12.1",
"sonos": "^1.14.1",
"urlencode": "^2.0.0",
"@jsfeb26/urllib-sync": "^1.1.4",
"winston": "^3.17.0",
"xml2js": "^0.6.2",
"gtts": "^0.2.1",
"mp3-duration": "^1.1.0"
},
"engines": {
"node": ">=7.5"
}
}