-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.3 KB
/
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
42
{
"name": "spo2yt",
"version": "1.0.0",
"description": "Convert spotify playlists to youtube playlists",
"main": "build/index.js",
"scripts": {
"test": "eslint src/**/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/officialpiyush/spotify-playlist-to-youtube.git"
},
"author": "Piyush Bhangale",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/officialpiyush/spotify-playlist-to-youtube/issues"
},
"homepage": "https://github.com/officialpiyush/spotify-playlist-to-youtube#readme",
"dependencies": {
"cookie-parser": "^1.4.5",
"ejs": "^3.1.6",
"express": "^4.17.1",
"google-auth-library": "^7.0.2",
"googleapis": "^68.0.0",
"jsonwebtoken": "^8.5.1",
"node-fetch": "^2.6.1",
"ytsr": "^3.3.1"
},
"devDependencies": {
"@types/cookie-parser": "^1.4.2",
"@types/ejs": "^3.0.6",
"@types/express": "^4.17.11",
"@types/jsonwebtoken": "^8.5.1",
"@types/node": "^14.14.35",
"@types/node-fetch": "^2.5.8",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"eslint": "^7.22.0",
"standard": "^16.0.3",
"typescript": "^4.2.3"
}
}