-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 885 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
{
"name": "random-spotify",
"version": "1.0.0",
"description": "makes a random playlist",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon src",
"start": "node src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/augusto539/Spotify_random_playlist_maker.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/augusto539/Spotify_random_playlist_maker/issues"
},
"homepage": "https://github.com/augusto539/Spotify_random_playlist_maker#readme",
"dependencies": {
"axios": "^0.26.0",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.0",
"ejs": "^3.1.6",
"express": "^4.17.3",
"querystring": "^0.2.1",
"request": "^2.88.2",
"spotify-web-api-node": "^5.0.2"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}