forked from xob0t/Google-Photos-Toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.07 KB
/
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
30
31
32
33
34
35
36
{
"name": "google-photos-toolkit",
"nameFull": "Google Photos Toolkit",
"version": "2.5.3",
"description": "Bulk organize your media",
"userScript": {
"namespace": "https://github.com/xob0t/Google-Photos-Toolkit",
"match": [
"*://photos.google.com/*"
],
"icon": "https://raw.githubusercontent.com/xob0t/Google-Photos-Toolkit/main/media/icon.png",
"downloadURL": "https://github.com/xob0t/Google-Photos-Toolkit/releases/latest/download/google_photos_toolkit.user.js",
"run-at": "body",
"grant": "none",
"noframes": ""
},
"main": "google_photos_toolkit.user.js",
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w"
},
"keywords": [],
"author": "xob0t",
"license": "MIT",
"bugs": {
"url": "https://github.com/xob0t/Google-Photos-Toolkit/discussions"
},
"homepage": "https://github.com/xob0t/Google-Photos-Toolkit#readme",
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@rollup/pluginutils": "^5.1.0",
"eslint": "^8.56.0",
"rollup": "^4.9.6",
"rollup-plugin-banner2": "^1.2.2"
}
}