UNPKG

google-photos-album-image-url-fetch

Version:
46 lines (45 loc) 1.29 kB
{ "name": "google-photos-album-image-url-fetch", "version": "3.2.0", "description": "extract public image url from google photos shared album url", "main": "dist/index.js", "scripts": { "prepare": "tsc", "build": "tsc", "test": "jest --verbose", "lint": "eslint --ext .ts .", "lint:fix": "eslint --fix --ext .ts .", "prettier": "prettier --write ." }, "repository": { "type": "git", "url": "git+https://github.com/yumetodo/google-photos-album-image-url-fetch.git" }, "keywords": [ "google-photos" ], "author": "yumetodo", "license": "BSL-1.0", "bugs": { "url": "https://github.com/yumetodo/google-photos-album-image-url-fetch/issues" }, "homepage": "https://github.com/yumetodo/google-photos-album-image-url-fetch#readme", "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^18.19.39", "@typescript-eslint/eslint-plugin": "^7.16.0", "@typescript-eslint/parser": "^7.16.0", "eslint": "^8.57.0", "eslint-config-prettier": "^8.10.0", "jest": "^29.7.0", "prettier": "^3.3.3", "ts-jest": "^29.2.2", "typescript": "^5.5.3" }, "dependencies": { "abort-controller": "^3.0.0", "fast-deep-equal": "^3.1.3", "gaxios": "^6.7.0", "json5": "^2.2.3" } }