-
Notifications
You must be signed in to change notification settings - Fork 87
/
package.json
52 lines (52 loc) · 1.19 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
43
44
45
46
47
48
49
50
51
52
{
"name": "youtube-videos-uploader",
"version": "2.0.26",
"description": "Uploads videos to youtube without any limits",
"main": "dist/index.js",
"types": "dist",
"files": [
"dist",
"auth",
"test"
],
"directories": {
"test": "test"
},
"dependencies": {
"prettier": "^2.4.1",
"puppeteer": "^14.4.1",
"puppeteer-extra": "^3.3.0",
"puppeteer-extra-plugin-stealth": "^2.10.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fawazahmed0/youtube-uploader.git"
},
"scripts": {
"build": "tsc -p .",
"prepare": "npm run build",
"format": "prettier --config .prettierrc \"src/**/*.ts\" --write"
},
"keywords": [
"youtube uploader",
"No limits",
"youtube upload",
"videos",
"youtube video upload",
"youtube videos upload",
"youtube",
"video uploader",
"video upload"
],
"author": "Fawaz Ahmed",
"license": "MIT",
"bugs": {
"url": "https://github.com/fawazahmed0/youtube-uploader/issues"
},
"homepage": "https://github.com/fawazahmed0/youtube-uploader#readme",
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/node": "^18.7.2",
"typescript": "^4.7.4"
}
}