-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 744 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 744 Bytes
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
{
"name": "google-keep-desktop",
"version": "1.0.0",
"description": "Electron desktop wrapper for Google Keep with system tray integration.",
"main": "main.js",
"scripts": {
"start": "electron .",
"update-extension": "cd chrome-google-keep-full-screen && git pull origin main && cd ..",
"postinstall": "node install-extension.js"
},
"author": "",
"license": "MIT",
"dependencies": {
"electron-chrome-extensions": "^4.7.0",
"electron-store": "^10.0.1"
},
"devDependencies": {
"electron": "^35.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/samlam369/Google-Keep-Memo-Pad.git"
},
"extensionFork": "https://github.com/samlam369/chrome-google-keep-full-screen.git"
}