UNPKG

node-apiless-youtube-upload-nc

Version:

Upload videos to Youtube in Node.js without any Youtube API dependency by using Selenium.

44 lines (43 loc) 1.02 kB
{ "name": "node-apiless-youtube-upload-nc", "version": "1.2.55", "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": { "build": "npx tsc", "prepare": "npm run build" }, "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" ], "author": "neilchang", "license": "ISC", "dependencies": { "chrome-location": "^1.2.1", "node-chromedriver-downloader": "^0.9.2", "selenium-webdriver": "~4.0.0" }, "devDependencies": { "@types/selenium-webdriver": "^4.0.10", "prettier": "2.2.1", "typescript": "^4.3.2" } }