-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 832 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 832 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
{
"name": "SpotifySlackHelper",
"version": "1.0.0",
"description": "When someone shares an Apple Music link on Slack, respond with the corresponding link for Spotify",
"main": "index.js",
"repository": "https://github.com/adig/SpotifySlackHelper",
"author": "Adrian Geană",
"license": "MIT",
"private": false,
"scripts": {
"start": "node index.js"
},
"dependencies": {
"@slack/client": "^5.0.1",
"@slack/events-api": "^2.2.0",
"express": "^4.16.4",
"got": "^9.3.2",
"metascraper": "^5.2.0",
"metascraper-description": "^4.7.0",
"metascraper-image": "^4.7.0",
"metascraper-logo-favicon": "^4.3.5",
"metascraper-publisher": "^4.7.0",
"metascraper-title": "^4.7.0",
"metascraper-url": "^4.7.0",
"node-spotify-api": "^1.0.7",
"searchitunes": "^2.4.0"
}
}