@meotimdihia/upload-gphotos
Version:
Upload to Google Photos
66 lines (65 loc) • 1.74 kB
JSON
{
"name": "@meotimdihia/upload-gphotos",
"description": "Upload to Google Photos",
"license": "MIT",
"author": "meotimdihia <meotimdihia@gmail.com>",
"homepage": "https://github.com/meotimdihia/upload-gphotos#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/meotimdihia/upload-gphotos.git"
},
"bugs": {
"url": "https://github.com/meotimdihia/upload-gphotos/issues"
},
"version": "4.2.10",
"main": "lib/index.js",
"bin": {
"upload-gphotos": "lib/cli/index.js"
},
"files": [
"lib"
],
"scripts": {
"prebuild": "npm run clean",
"build": "tsc",
"clean": "rimraf lib binaries",
"prepkg": "npm run build",
"pkg": "pkg -t node12-macos-x64,node12-linux-x64,node12-win-x64 --out-dir ./binaries ."
},
"types": "lib/index.d.ts",
"dependencies": {
"axios": "^0.21.1",
"axios-cookiejar-support": "^1.0.1",
"configstore": "^5.0.1",
"inquirer": "^8.0.0",
"option-t": "^25.0.2",
"ora": "^5.3.0",
"p-retry": "^4.4.0",
"puppeteer": "^7.0.3",
"puppeteer-extra": "^3.1.17",
"puppeteer-extra-plugin-stealth": "^2.7.5",
"tough-cookie": "^4.0.0",
"which": "^2.0.2",
"yargs": "^16.2.0"
},
"devDependencies": {
"@types/configstore": "^4.0.0",
"@types/inquirer": "^7.3.1",
"@types/node": "^12.20.4",
"@types/puppeteer": "^2.0.0",
"@types/tough-cookie": "^4.0.0",
"@types/which": "^2.0.0",
"@types/yargs": "^15.0.10",
"pkg": "^4.4.9",
"rimraf": "^3.0.2",
"typescript": "^4.0.5"
},
"keywords": [
"google photos",
"googlephotos",
"upload"
],
"engines": {
"node": ">=10.0.0"
}
}