-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 781 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 781 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
{
"name": "LIRI_Bot",
"version": "1.0.0",
"description": "Language Interpretation and Recognition Interface: Command line Node.js app that searches for songs, performances, and films using the Spotify, BandsInTown, and OMDB APIs.",
"main": "keys.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marvtron/LIRI_Bot.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/marvtron/LIRI_Bot/issues"
},
"homepage": "https://github.com/marvtron/LIRI_Bot#readme",
"dependencies": {
"axiom": "^0.1.6",
"colors": "^1.3.3",
"dotenv": "^6.2.0",
"moment": "^2.24.0",
"node-spotify-api": "^1.0.7"
}
}