20 lines
460 B
JSON
20 lines
460 B
JSON
{
|
|
"name": "@icloudpd/darwin-arm64",
|
|
"version": "0.0.1",
|
|
"description": "The macOS ARM 64-bit binary for icloudpd, a iCloud Photo Downloader.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/icloud_photos_downloader/icloud_photos_downloader.git"
|
|
},
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"preferUnplugged": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"cpu": [
|
|
"arm64"
|
|
]
|
|
} |