-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 848 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 848 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
{
"name": "overprompt",
"main": "main.js",
"author": "ニッケルドン • Nickeldon",
"version": "3.0.0",
"repository": "https://github.com/Nickeldon/OverPrompt.git",
"description": "An enhanced and efficient Youtube media Downloader",
"type": "commonjs",
"scripts": {
"start": "node main.js"
},
"dependencies": {
"@inquirer/select": "^1.2.11",
"@nodegui/nodegui": "^0.59.2",
"child_process": "^1.0.2",
"cli-spinners": "^2.9.0",
"dns": "^0.2.2",
"ffmpeg-static": "^5.1.0",
"inquirer": "^9.2.11",
"lodash": "^4.17.21",
"ora": "^7.0.1",
"prompt-sync": "^4.2.0",
"prompts": "^2.4.2",
"speedtest-net": "^2.2.0",
"ytdl-core": "^4.11.5",
"ytpl": "^2.3.0"
}
}