-
-
Notifications
You must be signed in to change notification settings - Fork 137
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 570 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 570 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": "electron-chrome-context-menu",
"version": "1.1.0",
"description": "Chrome context menu for Electron browsers",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"keywords": [
"electron",
"chrome",
"context",
"menu"
],
"repository": "https://github.com/samuelmaddock/electron-browser-shell",
"author": "Samuel Maddock <sam@samuelmaddock.com>",
"license": "MIT",
"peerDependencies": {
"electron": ">=9.0.0"
},
"devDependencies": {
"typescript": "^4.1.3"
}
}