forked from evilive3000/node-apiless-youtube-upload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 927 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
{
"name": "node-apiless-youtube-upload",
"version": "1.1.9",
"description": "Upload videos to Youtube in Node.js without any Youtube API dependency by using Selenium.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gladiatortoise/node-apiless-youtube-upload.git"
},
"keywords": [
"youtube", "upload", "video", "unlimited", "apiless", "selenium", "webdriver", "automated", "promise", "async", "electron", "typescript", "linux", "windows"
],
"prepare": "tsc",
"author": "gladiatortoise",
"license": "ISC",
"dependencies": {
"chrome-location": "^1.2.1",
"node-chromedriver-downloader": "^0.9.2",
"selenium-webdriver": "^4.0.0-alpha.8"
},
"devDependencies": {
"@types/selenium-webdriver": "^4.0.10",
"prettier": "2.2.1"
}
}