-
-
Notifications
You must be signed in to change notification settings - Fork 71
/
package.json
34 lines (34 loc) · 869 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": "youtube-to-spotify",
"version": "2.5.0",
"description": "Github action and general-purpose tool to publish youtube video as spotify episode",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"puppeteer": "23.2.1",
"youtube-dl-exec": "3.0.7",
"dotenv": "16.4.5",
"log4js": "6.9.1"
},
"repository": {
"type": "git",
"url": "git://github.com/schroedinger-Hat/youtube-to-anchorfm.git"
},
"author": "thejoin",
"license": "MIT",
"keywords": [
"spotify",
"youtube"
],
"devDependencies": {
"prettier": "2.8.4",
"eslint": "8.36.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-config-prettier": "8.7.0",
"eslint-plugin-prettier": "4.2.1"
}
}