forked from Schroedinger-Hat/youtube-to-anchorfm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 848 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
{
"name": "youtube-to-anchorfm",
"version": "2.0.0",
"description": "Github action and general-purpose tool to publish youtube video as anchorfm episode",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"puppeteer": "19.7.5",
"youtube-dl-exec": "2.4.0",
"dotenv": "16.0.3"
},
"repository": {
"type": "git",
"url": "git://github.com/Schrodinger-Hat/youtube-to-anchorfm.git"
},
"author": "thejoin",
"license": "MIT",
"keywords": [
"anchorfm",
"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"
}
}