-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
29 lines (29 loc) · 858 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
{
"name": "lyrics_finder",
"version": "1.0.0",
"description": "A python and nodejs based app, who fetchs all the existing lyrics from your Apple Music playlist.",
"main": "fetch_playlist.js",
"scripts": {
"test": "node fetch_playlist.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/antoinebollengier/apple-playlist-downloader.git#master"
},
"keywords": [
"nodejs"
],
"author": "Antoine Bollengier, Shubham Rawat",
"license": "MIT",
"bugs": {
"url": "https://github.com/antoinebollengier/apple-playlist-downloader/issues"
},
"homepage": "https://github.com/antoinebollengier/apple-playlist-downloader/tree/master#readme",
"devDependencies": {
"axios": "^0.22.0",
"child_process": "^1.0.2",
"clipboardy": "^2.3.0",
"fs": "^0.0.1-security",
"request": "^2.88.2"
}
}