-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 804 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 804 Bytes
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
{
"name": "@dworkman/styc",
"version": "1.0.2",
"description": "Spotify to Youtube Converter. A CLI package that will convert a spotify playlist into a youtube one.",
"main": "./bin/index.js",
"type": "module",
"scripts": {},
"author": "Daniel Workman",
"license": "MIT",
"keywords": [
"cli",
"nodeJS",
"javascript",
"yargs",
"puppeteer",
"googleapis",
"ora",
"puppeteer-extra",
"puppeteer-extra-plugin-stealth"
],
"bin": {
"styc": "./bin/index.js"
},
"devDependencies": {
"eslint": "^8.50.0",
"prettier": "^3.0.3"
},
"dependencies": {
"googleapis": "^105.0.0",
"ora": "^7.0.1",
"puppeteer": "^21.4.0",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"yargs": "^17.7.2"
}
}